mirror of
https://github.com/rbreaves/kinto.git
synced 2025-11-14 18:13:59 +01:00
5
kintox11/src/Makefile
Normal file
5
kintox11/src/Makefile
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
CFLAGS=-g $(shell pkg-config --cflags json-c xmu)
|
||||||
|
LDFLAGS=-g $(shell pkg-config --libs json-c xmu)
|
||||||
|
|
||||||
|
all:
|
||||||
|
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -o kintox11
|
||||||
Reference in New Issue
Block a user