X-Git-Url: https://pd.if.org/git/?p=ctap;a=blobdiff_plain;f=Makefile;h=7005a00cb275798e93ff699906548b3013d5f3f8;hp=3408d8c1491374f94a2b039669f228ea0ea07fc7;hb=HEAD;hpb=0e1d3c29ca96ab38343972209ed6e8c73719bb03 diff --git a/Makefile b/Makefile index 3408d8c..7005a00 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ OBJS := ctap.o main.o CFLAGS := -Wall +all: prove + main: $(OBJS) $(CC) $(CFLAGS) -o $@ $+ @@ -8,4 +10,4 @@ clean: rm -rf *.o main test: main prove - ./prove ./main + @./prove ./main