From 3c9f4846a5fb628e98b229b81ffd5979ea368907 Mon Sep 17 00:00:00 2001 From: Monsterovich Date: Fri, 24 May 2024 02:03:50 +0200 Subject: [PATCH] Improved clean target --- Makefile | 2 +- build.xml | 31 +++++++++++++++++++------------ 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/Makefile b/Makefile index 17a857d..83dd14c 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,4 @@ install: clean: @$(MAKE) -C native clean - rm -rf build lib clib \ No newline at end of file + ant clean \ No newline at end of file diff --git a/build.xml b/build.xml index c69fd1a..3355f5b 100644 --- a/build.xml +++ b/build.xml @@ -24,14 +24,15 @@ + - + - + @@ -39,8 +40,10 @@ - + + + @@ -61,8 +64,12 @@ - - + + + + + + @@ -81,16 +88,16 @@ - - - + + + - - - + + + @@ -103,7 +110,7 @@ - +