Skip to content

Commit

Permalink
Remember to clean up incfiles as well on 'make clean' (inspired by ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
leonerd committed Mar 4, 2014
1 parent ac72978 commit 16f1ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test: $(LIBRARY) t/harness

.PHONY: clean
clean:
$(LIBTOOL) --mode=clean rm -f $(OBJECTS)
$(LIBTOOL) --mode=clean rm -f $(OBJECTS) $(INCFILES)
$(LIBTOOL) --mode=clean rm -f t/harness.lo t/harness
$(LIBTOOL) --mode=clean rm -f $(LIBRARY) $(BINFILES)

Expand Down

0 comments on commit 16f1ea3

Please sign in to comment.