Skip to content

Commit

Permalink
Native makefile better at cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 27, 2023
1 parent 5963560 commit 41a6f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion native/libhelloj/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ test:

clean:
rm -f libhelloj.so
rm -f helloj/*.class
rm -f libhelloj.dylib
rm -f helloj/*.class

0 comments on commit 41a6f43

Please sign in to comment.