Skip to content

Commit

Permalink
clean up corefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dankamongmen committed Feb 28, 2012
1 parent 770f2e0 commit 7b56fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ $(TAGS): $(SRC) $(CINC) $(MAKEFILE_LIST)
$(TAGBIN) -f $@ $^

clean:
rm -rf $(OUT)
rm -rf $(OUT) $(wildcard core*)

mrproper: clean
rm -rf $(TAGS)
Expand Down

0 comments on commit 7b56fc4

Please sign in to comment.