isbn-lookup/Makefile

3 lines
53 B
Makefile
Raw Normal View History

2024-01-12 12:15:17 -05:00
all: main.c
gcc main.c -lcurl -lcjson -o isbn -Wall