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

add all for require

parent 64ba7199
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
.DEFAULT_GOAL := help .DEFAULT_GOAL := help
.PHONY: help default install uninstall build rebuild clean conf .PHONY: help default install uninstall build rebuild clean conf all
# # help is defined in # # help is defined in
...@@ -50,6 +50,7 @@ build: conf checkout ...@@ -50,6 +50,7 @@ build: conf checkout
## Clean, build, and install the EPICS Module : $(E3_MODULE_NAME) ## Clean, build, and install the EPICS Module : $(E3_MODULE_NAME)
rebuild: clean build install rebuild: clean build install
all: init patch rebuild
## Clean : $(E3_MODULE_NAME) ## Clean : $(E3_MODULE_NAME)
clean: conf clean: 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