1
0
Fork 0
mirror of https://github.com/rfc2822/GfxTablet synced 2025-10-03 09:39:16 +02:00

fixed make file

This commit is contained in:
Stephan Müller 2017-11-16 18:28:42 +01:00
parent 3d8ece763b
commit 674fa6016e

View file

@ -2,7 +2,8 @@ TARGET = networktablet
PREFIX = /usr/local PREFIX = /usr/local
BINDIR = $(PREFIX)/bin BINDIR = $(PREFIX)/bin
networktablet : networktablet.c networktablet: networktablet.c
gcc networktablet.c -o networktablet -lX11 `pkg-config --cflags --libs gtk+-3.0`
clean : clean :
rm -f networktablet rm -f networktablet