mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-02 00:56:39 +02:00
5 lines
127 B
Makefile
5 lines
127 B
Makefile
CFLAGS=-g $(pkg-config --libs --cflags json-c) $(pkg-config --libs --cflags xmu)
|
|
|
|
all:
|
|
$(CC) kintox11.c $(CFLAGS) -o kintox11
|