X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=Makefile;h=7005a00cb275798e93ff699906548b3013d5f3f8;hb=8231e740757f16b1396bd507ee987f3a24b58acc;hp=3408d8c1491374f94a2b039669f228ea0ea07fc7;hpb=0e1d3c29ca96ab38343972209ed6e8c73719bb03;p=ctap 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