We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d41f4 commit 7cada2fCopy full SHA for 7cada2f
Makefile
@@ -67,8 +67,8 @@ asc: $(COMMON_DEPS) $(STAGE1_DEPS)
67
afa: $(COMMON_DEPS) $(STAGE2_DEPS)
68
ghc $(GHC_FLAGS) -main-is Stage2.Main $(STAGE2_PATH)/Main.hs -o $@
69
70
-%.afa: ants %.asl
71
- ./ants "$*.asl" | sed '1,/Compiled/d' > "$*.afa"
+%.afa: asc %.asl
+ ./asc "$*.asl" | sed '1,/Compiled/d' > "$*.afa"
72
73
%.ant: afa %.afa
74
./afa "$*.afa" && (cat "$*.ant" | wc -l | sed 's/.*/Compiled $@, generated \0 instructions./')
0 commit comments