Skip to content

Commit

Permalink
Target clean should also delete bspc_g.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 7, 2010
1 parent 0a9288a commit 482e185
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 @@ -100,7 +100,7 @@ $(EXEC)_g: $(GAME_OBJS)
#############################################################################

clean:
-rm -f $(GAME_OBJS) $(EXEC)
-rm -f $(GAME_OBJS) $(EXEC) $(EXEC)_g

depend:
gcc -MM $(GAME_OBJS:.o=.c)
Expand Down

0 comments on commit 482e185

Please sign in to comment.