This commit is contained in:
Bilal
2022-12-02 11:58:18 +01:00
parent 6d9bf03e13
commit 8f78008322
127 changed files with 4 additions and 32092 deletions

View File

@@ -21,7 +21,7 @@ ALL = *.java
run:
$(JAVAC) $(OPTION_COMPILE) $(API)/$(ALL) $(MNP)/$(ALL) $(TEST)/$(ALL)
cd build/ && $(JAVA) $(OPTION_EXE)
cp -r src/Test/libs build/Test && cd build/ && $(JAVA) $(OPTION_EXE)
clean:
$(RM) build/*