#643 Hide/unhide programatically
This commit is contained in:
12
src/tint2-send/Makefile
Normal file
12
src/tint2-send/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
ifeq ($(PREFIX),)
|
||||
PREFIX := /usr/local
|
||||
endif
|
||||
|
||||
tint2-send: tint2-send.c
|
||||
$(CC) tint2-send.c -lX11 -o tint2-send
|
||||
|
||||
install: tint2-send
|
||||
install -m 755 tint2-send $(DESTDIR)/$(PREFIX)/bin/
|
||||
|
||||
clean:
|
||||
rm -f tint2-send
|
||||
Reference in New Issue
Block a user