Add make rule

This commit is contained in:
Gabriel Tofvesson 2019-04-10 00:03:17 +02:00
parent 8012c9409e
commit def8aa8e90

View File

@ -6,3 +6,8 @@ $(TEMPLATE): %: $(%:.jar=.kt)
$(KCOMPILER) $(@:.jar=.kt) -d $@
all: weaver.jar compiler.jar microcompiler.jar
clean:
rm -f weaver.jar
rm -f compiler.jar
rm -f microcompiler.jar