Skip to content

Commit

Permalink
Only cascade clean target to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Nov 5, 2010
1 parent 645e996 commit abc3ff4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Expand Up @@ -8,9 +8,12 @@ all:
install: dummy
cd src && $(MAKE) $@

$(TARGETS) clean:
clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@

$(TARGETS):
cd src && $(MAKE) $@

dummy:

0 comments on commit abc3ff4

Please sign in to comment.