mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 09:39:16 +02:00
fixed make file
This commit is contained in:
parent
3d8ece763b
commit
674fa6016e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue