Skip to content

Commit

Permalink
added back 'build.log' delete to clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
hirdrac committed Jan 30, 2024
1 parent 8d3db94 commit 49bef13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ format:

clean:
$(foreach var,$(DIRS), $(MAKE) -C $(var) $@; )
/bin/rm -rf data/sounds
/bin/rm -rf data/gfx
/bin/rm -rf data/sounds/
/bin/rm -rf data/gfx/
/bin/rm -f build.log

clobber:
$(foreach var,$(DIRS), $(MAKE) -C $(var) $@; )
Expand Down

0 comments on commit 49bef13

Please sign in to comment.