From 7a0b602f284da36ba0e51a6a171e221b0cf63fd8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 26 Jun 2021 14:28:22 +0200 Subject: Add setkeys and setres MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- xorg-xrandr/setres/Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 xorg-xrandr/setres/Makefile (limited to 'xorg-xrandr/setres/Makefile') diff --git a/xorg-xrandr/setres/Makefile b/xorg-xrandr/setres/Makefile new file mode 100644 index 0000000..770d45d --- /dev/null +++ b/xorg-xrandr/setres/Makefile @@ -0,0 +1,17 @@ +all: setres + +setres.zip: __main__.py get.py set.py + zip $@ $^ + +setres: setres.zip + echo '#!/usr/bin/python3' > $@ + cat setres.zip >> $@ + chmod a+x $@ + +clean: + -rm -r *.zip *.pyc __pycache__/ *~ + +reallyclean: clean + -rm setres + +.PHONY: all clean reallyclean -- cgit v1.2.3-70-g09d2