Skip to content

Commit 1579a81

Browse files
authored
Merge pull request #29 from neuromancer/patch-4
Clean Box2D files when "make clean" is invoked
2 parents b94a61f + 4e66f9b commit 1579a81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ get_demoversion:
2121

2222
clean:
2323
.build/premake5 gmake --cc=clang
24+
make -C third_party/Box2D/Build clean
2425
make -C .build clean
2526

2627
run:

0 commit comments

Comments
 (0)