is-odd-api-but-its-in-c/Makefile

8 lines
75 B
Makefile

main:
$(CC) main.c -o main -lmongoose -O2 $(CFLAGS)
clean:
$(RM) main