Merge pull request #30 from alexmyczko/patch-1

Makefile for .c source
This commit is contained in:
Ben Reaves
2020-02-13 15:16:53 +00:00
committed by GitHub

5
kintox11/src/Makefile Normal file
View 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