From c734cd67ee4ebe5c235c7785f6b193952bf3bc17 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 24 Jul 2017 09:51:20 +0200 Subject: Fixes connect_to/node_connect, configs Makefiles. --- ast-to-instr/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ast-to-instr/Makefile') diff --git a/ast-to-instr/Makefile b/ast-to-instr/Makefile index 59bc9bb..f09cae1 100644 --- a/ast-to-instr/Makefile +++ b/ast-to-instr/Makefile @@ -18,12 +18,13 @@ CLASSES = $(SOURCES:.java=.class) ## Makefile Rules ############################################################## -all: $(CLASSES) +all: structural.mod clean: rm -f $(CLASSES) + rm -f *.mod -run: $(CLASSES) $(REQUIRED_JARS) +structural.mod: $(CLASSES) $(REQUIRED_JARS) $(INPUT_FILE) $(JAVA) -cp $(CLASSPATH) Main $(INPUT_FILE) %.class: %.java $(REQUIRED_JARS) -- cgit v1.2.3-70-g09d2