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

-m

parent 37b44e17
No related branches found
No related tags found
No related merge requests found
# -*- mode: Makefile;-*-
.PHONY: devvars devenv devinit devbuild devclean devinstall devrebuild devuninstall devdistclean
.PHONY: devvars devenv devinit devbuild devclean devinstall devrebuild devuninstall devdistclean devepics devepics-clean devpatch devpatchrevert
devvars: vars
......@@ -19,6 +19,10 @@ devinstall: nonexists
devrebuild: nonexists
devuninstall: nonexists
devdistclean: nonexists
devepics: nonexists
devepics-clean: nonexists
devpatch: nonexists
devpatchrevert: nonexists
nonexists:
$(QUIET)echo ""
$(QUIET)echo "------------------------------------------------------------"
......@@ -36,6 +40,10 @@ devuninstall: uninstall
devdistclean: clean
$(QUIET)echo "Removing $(E3_MODULE_SRC_PATH) ......... "
rm -rf $(E3_MODULE_SRC_PATH)
devepics: epics
devepics-clean: epics-clean
devpatch: patch
devpatchrevert: patchrevert
endif
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