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

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