sim: arith. fixes, optimized mem access
[calu.git] / 3c_disasm / Makefile
index 960717edeeb115a2b921ed1432b9cb2e7d3c19fb..062b6fe854559c856cbe7a1119658f725c710216 100644 (file)
@@ -24,7 +24,7 @@ clean:
        $(MAKE) -C instr clean
 
 .PHONY: run
-run: $(PROG)
+run: all
        ./$(PROG) sum.dthex
 
 %.d: %.cpp