in case I feel like cleaning

This commit is contained in:
Dan Buch 2011-06-16 21:48:15 -04:00
parent 731e1002cd
commit 4a783c9a7a
2 changed files with 8 additions and 2 deletions

View File

@ -5,5 +5,8 @@ export DEBUG
all:
cd gowrikumar && $(MAKE)
clean:
cd gowrikumar && $(MAKE) clean
.PHONY: all
.PHONY: all clean

View File

@ -6,5 +6,8 @@ export BINDIR
all:
cd src && $(MAKE)
clean:
rm -v $(BINDIR)/*
.PHONY: all
.PHONY: all clean