Skip to content

Commit

Permalink
Fix for make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
DerKoun authored Jan 13, 2020
1 parent 529b151 commit 6bf68d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bsnes/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ ui := target-$(target)
include $(ui)/GNUmakefile
-include obj/*.d


delete = $(info Deleting $1 ...) @rm -f $1

clean:
$(call delete,obj/*)
$(call delete,out/*)

0 comments on commit 6bf68d6

Please sign in to comment.