Skip to content

Commit

Permalink
Makefile: Don't clean up statics when staticfetcher is not present
Browse files Browse the repository at this point in the history
  • Loading branch information
nh2 committed Apr 7, 2012
1 parent 5650290 commit 918fd57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ statics_clean: staticfetcher.py

.PHONY: clean init build test browsertest

clean: statics_clean
clean:
(test -f staticfetcher.py && make statics_clean) || true
rm -f staticfetcher.py
rm -f .cabal-configured

Expand Down

0 comments on commit 918fd57

Please sign in to comment.