OBJS := ctap.o main.o CFLAGS := -Wall main: $(OBJS) $(CC) $(CFLAGS) -o $@ $+ clean: rm -rf *.o main test: main @prove --exec '' ./main