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

add devexistent

parent 66c9356c
No related branches found
No related tags found
No related merge requests found
# -*- mode: Makefile;-*- # -*- mode: Makefile;-*-
.PHONY: devvars devenv devinit devbuild devclean devinstall devrebuild devuninstall devdistclean devepics devepics-clean devpatch devpatchrevert .PHONY: devvars devenv devinit devbuild devclean devinstall devrebuild devuninstall devdistclean devepics devepics-clean devpatch devpatchrevert devexistent
devvars: vars devvars: vars
...@@ -23,6 +23,7 @@ devepics: nonexists ...@@ -23,6 +23,7 @@ devepics: nonexists
devepics-clean: nonexists devepics-clean: nonexists
devpatch: nonexists devpatch: nonexists
devpatchrevert: nonexists devpatchrevert: nonexists
devexistent: nonexists
nonexists: nonexists:
$(QUIET)echo "" $(QUIET)echo ""
$(QUIET)echo "------------------------------------------------------------" $(QUIET)echo "------------------------------------------------------------"
...@@ -44,6 +45,7 @@ devepics: epics ...@@ -44,6 +45,7 @@ devepics: epics
devepics-clean: epics-clean devepics-clean: epics-clean
devpatch: patch devpatch: patch
devpatchrevert: patchrevert devpatchrevert: patchrevert
devexistent: existent
endif 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