include config.mk c-jack: src/main.c src/dealer.c $(CC) $^ -o $@ $(LDFLAGS) %.o: src/%.c $(CC) $(CFLAGS) $^ -c clean: rm -f *.o c-jack .PHONY: clean