Skip to content

Commit

Permalink
make clean now cleans Lua as well
Browse files Browse the repository at this point in the history
  • Loading branch information
antirez committed May 3, 2011
1 parent a048f12 commit 0011a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Expand Up @@ -12,6 +12,7 @@ clean:
cd src && $(MAKE) $@
cd deps/hiredis && $(MAKE) $@
cd deps/linenoise && $(MAKE) $@
cd deps/lua && $(MAKE) $@

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

0 comments on commit 0011a55

Please sign in to comment.