mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-13 14:19:15 +02:00
6 lines
160 B
Makefile
6 lines
160 B
Makefile
CFLAGS=-g $(shell pkg-config --cflags json-c xmu)
|
|
LDFLAGS=-g $(shell pkg-config --libs json-c xmu)
|
|
|
|
all:
|
|
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -lm -o kintox11
|