Skip to content

Commit

Permalink
make clean now removes .so files from obj
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Oct 2, 2011
1 parent bf4e20a commit e66416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -77,7 +77,7 @@ p6eval: all
$(RUN_CLR) run/Niecza.exe -C CORE Test JSYNC

clean:
@rm -f obj/*.dll obj/*.exe obj/*.nam
@rm -f obj/*.dll obj/*.exe obj/*.nam obj/*.so
@rm -f run/Niecza.exe
@rm -f run/*.dll
@rm -f run/*.dll.so
Expand Down

0 comments on commit e66416c

Please sign in to comment.