X-Git-Url: https://pd.if.org/git/?p=ctap;a=blobdiff_plain;f=Makefile;fp=Makefile;h=7005a00cb275798e93ff699906548b3013d5f3f8;hp=e416fabec2304c616554ef753bf18c704b6ccfa7;hb=e0a7151019a89a425de6cdbe3290b08941d2c316;hpb=3d8d775d9f3ff3abc2991a670cda8279dd55fb83 diff --git a/Makefile b/Makefile index e416fab..7005a00 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ OBJS := ctap.o main.o CFLAGS := -Wall +all: prove + main: $(OBJS) $(CC) $(CFLAGS) -o $@ $+