mirror of
https://github.com/rfc2822/GfxTablet
synced 2025-10-06 02:39:56 +02:00
implement make install
This commit is contained in:
parent
ae819cbc4b
commit
4262d0a1cd
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
|||
TARGET = networktablet
|
||||
PREFIX = /usr/local
|
||||
BINDIR = $(PREFIX)/bin
|
||||
|
||||
networktablet : networktablet.c protocol.h
|
||||
|
||||
clean :
|
||||
rm -f networktablet
|
||||
|
||||
install :
|
||||
install -D networktablet $(DESTDIR)$(BINDIR)/networktablet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue