From 52b15cdb1c49058c50a3f532c9a08885fcdf7bf4 Mon Sep 17 00:00:00 2001 From: Bilal Date: Fri, 2 Dec 2022 12:01:30 +0100 Subject: [PATCH] $ --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a580f3b..0a47170 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ ALL = *.java .PHONY: run clean docs run: + $(RM) build/* + $(RM) docs/* $(JAVAC) $(OPTION_COMPILE) $(API)/$(ALL) $(MNP)/$(ALL) $(TEST)/$(ALL) cp -r src/Test/libs build/Test && cd build/ && $(JAVA) $(OPTION_EXE)