mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-03 01:29:17 +02:00
fixed make file
This commit is contained in:
parent
3d8ece763b
commit
674fa6016e
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,8 @@ TARGET = networktablet
|
|||
PREFIX = /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
networktablet : networktablet.c
|
||||
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