From 4790df87703a8f6c37f3690f251aa58177928241 Mon Sep 17 00:00:00 2001 From: Bilal Date: Fri, 2 Dec 2022 12:03:33 +0100 Subject: [PATCH] $ --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index e259203..0a47170 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ ALL = *.java run: $(RM) build/* $(RM) docs/* - $(JAVADOC) $(OPTION_DOCS) $(API)/$(ALL) $(MNP)/$(ALL) $(TEST)/$(ALL) $(JAVAC) $(OPTION_COMPILE) $(API)/$(ALL) $(MNP)/$(ALL) $(TEST)/$(ALL) cp -r src/Test/libs build/Test && cd build/ && $(JAVA) $(OPTION_EXE)