3_test: prep for praes tomorrow
[calu.git] / 3a_asm / Makefile
index 4b3da7ef10095bd5532c2bacf9bce841c05663bf..89ef6467590f506a252eef0ce14ca5d483f78923 100644 (file)
@@ -7,7 +7,7 @@ all:
 clean:
        -rm -Rf **/**.o **/**.hi dtas
 
-TESTFILES := $(shell ls tst/*.s) $(shell ls ../2_isa/src/*.s)
+TESTFILES := $(shell ls ../3_test/*.s) $(shell ls ../2_isa/src/*.s)
 test: all $(TESTFILES:.s=.out)
 
 %.out: %.s