Update Makefile

This commit is contained in:
Alex Myczko
2020-02-13 08:21:10 +01:00
committed by GitHub
parent 7969bd007d
commit 2585ab9f45

View File

@@ -1,4 +1,4 @@
CFLAGS=-g $(pkg-config --libs --cflags json-c) $(pkg-config --libs --cflags xmu)
all:
$(CC) kintox11.c -lXmu -lXt -lX11 -I/usr/include/json-c -ljson-c -o kintox11
$(CC) kintox11.c $(CFLAGS) -o kintox11