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

5 lines
69 B
Makefile

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