Skip to content
Snippets Groups Projects
Commit 64ba7199 authored by Jeong Han Lee's avatar Jeong Han Lee
Browse files

add all for each modules

parent e0c84e4b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
.DEFAULT_GOAL := help
.PHONY: help default install uninstall build rebuild clean conf
.PHONY: help default install uninstall build rebuild clean conf all
default: help
......@@ -60,6 +60,7 @@ rebuild: clean build install
clean: conf
$(QUIET) $(E3_MODULE_MAKE_CMDS) clean
all: init patch rebuild
## Copy $(E3_MODULE_MAKEFILE) into $(E3_MODULE_SRC_PATH)
conf:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment