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

implement make install

This commit is contained in:
Jarrad Whitaker 2015-11-28 21:00:59 +11:00
parent ae819cbc4b
commit 4262d0a1cd

View file

@ -1,5 +1,11 @@
TARGET = networktablet
PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
networktablet : networktablet.c protocol.h networktablet : networktablet.c protocol.h
clean : clean :
rm -f networktablet rm -f networktablet
install :
install -D networktablet $(DESTDIR)$(BINDIR)/networktablet