Skip to content

Commit

Permalink
Add test5 to make
Browse files Browse the repository at this point in the history
  • Loading branch information
DQNEO committed Jul 9, 2023
1 parent a56a4f0 commit 5f08038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ goas: $(GO_SOURCES)

.PHONY: test
# Check /etc/os-release to prevent non-linux from running this
test: /etc/os-release test1 test2 test3 test4
test: /etc/os-release test1 test2 test3 test4 test5

T1_SOURCES = $(wildcard t1/*.s)
T1_GNU_OBJS = $(T1_SOURCES:t1/%.s=out1/%.gnu.o)
Expand Down Expand Up @@ -115,4 +115,4 @@ out5/babygo: out5/*.my.o
ld -o $@ $^

clean:
rm -rf goas *.o *.bin *.out out1 out2 out3 out4 ./babygo
rm -rf goas *.o *.bin *.out out1 out2 out3 out4 out5 ./babygo

0 comments on commit 5f08038

Please sign in to comment.