diff --git a/Makefile b/Makefile index fb0c20f..4523b15 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: all test clean -all: c2 +all: c2 test c2: v0/bin/c2 cp $< $@