From 41a6f439991ece06eca940fe294c73d93c1b5b99 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Fri, 27 Oct 2023 00:39:45 -0400 Subject: [PATCH] Native makefile better at cleaning --- native/libhelloj/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/native/libhelloj/Makefile b/native/libhelloj/Makefile index 9e5f6af..53a6dcf 100644 --- a/native/libhelloj/Makefile +++ b/native/libhelloj/Makefile @@ -25,4 +25,5 @@ test: clean: rm -f libhelloj.so - rm -f helloj/*.class \ No newline at end of file + rm -f libhelloj.dylib + rm -f helloj/*.class