#643 Hide/unhide programatically

This commit is contained in:
Chris Lee
2020-06-27 12:02:00 +00:00
parent 78313502d3
commit 3bdb0e03f2
5 changed files with 157 additions and 16 deletions

12
src/tint2-send/Makefile Normal file
View 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