Skip to content

Commit 7cada2f

Browse files
committed
Makefile oops
1 parent 87d41f4 commit 7cada2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ asc: $(COMMON_DEPS) $(STAGE1_DEPS)
6767
afa: $(COMMON_DEPS) $(STAGE2_DEPS)
6868
ghc $(GHC_FLAGS) -main-is Stage2.Main $(STAGE2_PATH)/Main.hs -o $@
6969

70-
%.afa: ants %.asl
71-
./ants "$*.asl" | sed '1,/Compiled/d' > "$*.afa"
70+
%.afa: asc %.asl
71+
./asc "$*.asl" | sed '1,/Compiled/d' > "$*.afa"
7272

7373
%.ant: afa %.afa
7474
./afa "$*.afa" && (cat "$*.ant" | wc -l | sed 's/.*/Compiled $@, generated \0 instructions./')

0 commit comments

Comments
 (0)