isbn-lookup/Makefile
2024-01-12 12:15:17 -05:00

3 lines
53 B
Makefile

all: main.c
gcc main.c -lcurl -lcjson -o isbn -Wall