Skip to content

Commit

Permalink
adding clean targets to list of phony targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt committed Jan 7, 2015
1 parent 514d6ee commit bc8f961
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion models/SoftsusyMSSM/module.mk
Expand Up @@ -37,7 +37,8 @@ EXESoftsusyMSSM_DEP := \
RUN_SoftsusyMSSM_EXE := \
$(EXESoftsusyMSSM_OBJ:.o=.x)

.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME)
.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME) \
clean-$(MODNAME)-dep clean-$(MODNAME)-obj

all-$(MODNAME): $(LIBSoftsusyMSSM)

Expand Down
3 changes: 2 additions & 1 deletion models/SoftsusyNMSSM/module.mk
Expand Up @@ -45,7 +45,8 @@ EXESoftsusyNMSSM_DEP := \
RUN_SOFTPOINT_EXE := \
$(EXESoftsusyNMSSM_OBJ:.o=.x)

.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME)
.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME) \
clean-$(MODNAME)-dep clean-$(MODNAME)-obj

all-$(MODNAME): $(LIBSoftsusyNMSSM)

Expand Down

0 comments on commit bc8f961

Please sign in to comment.