Skip to content

Commit

Permalink
make: external_clean
Browse files Browse the repository at this point in the history
  • Loading branch information
knutaros committed Jun 10, 2017
1 parent 16e3d53 commit db6d51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ifeq ($(CVS),)
$(warning "could not find `cvs´ executable")
endif

.PHONY: all clean extraclean subdirs $(SUBDIRS) clone update
.PHONY: all clean external_clean subdirs $(SUBDIRS) clone update
.PHONY: fabm gotm erosed flibs json
.PHONY: sqlite-zip sqlite

Expand All @@ -54,7 +54,7 @@ version: fabm_version gotm_version getm_version

clean:

distclean: fabm_distclean gotm_distclean getm_distclean
external_clean: fabm_distclean gotm_distclean getm_distclean

subdirs: $(SUBDIRS)

Expand Down
2 changes: 1 addition & 1 deletion src/Rules.make
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ install:
.PHONY: mossco_clean

mossco_clean: distclean
$(MAKE) -C $(MOSSCO_DIR)/external distclean
$(MAKE) -C $(MOSSCO_DIR)/external external_clean
#ifdef MOSSCO_TRACERDIR
# $(MAKE) -C $(MOSSCO_TRACERDIR) distclean
#endif
Expand Down

0 comments on commit db6d51e

Please sign in to comment.