mirror of
https://github.com/rbreaves/kinto.git
synced 2025-07-31 16:26:39 +02:00
Update Makefile
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
CFLAGS=-g $(pkg-config --libs --cflags json-c) $(pkg-config --libs --cflags xmu)
|
||||
CFLAGS=-g $(shell pkg-config --cflags json-c xmu)
|
||||
LDFLAGS=-g $(shell pkg-config --libs json-c xmu)
|
||||
|
||||
all:
|
||||
$(CC) kintox11.c $(CFLAGS) -o kintox11
|
||||
$(CC) kintox11.c $(CFLAGS) $(LDFLAGS) -o kintox11
|
||||
|
Reference in New Issue
Block a user