Create Makefile

This commit is contained in:
Alex Myczko
2020-02-13 08:19:13 +01:00
committed by GitHub
parent 5d135afe5e
commit 7969bd007d

4
kintox11/src/Makefile Normal file
View File

@@ -0,0 +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