From 6492ba6b4107a4da228e18db4fc5fc871bfb0579 Mon Sep 17 00:00:00 2001 From: epoch Date: Wed, 17 Aug 2022 21:34:02 -0500 Subject: updated README to show that everything that got deleted went to an -extras repo. also, hackvr script updated to be better bash --- share/hackvr/examples/clock/Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 share/hackvr/examples/clock/Makefile (limited to 'share/hackvr/examples/clock/Makefile') diff --git a/share/hackvr/examples/clock/Makefile b/share/hackvr/examples/clock/Makefile deleted file mode 100644 index ea7944a..0000000 --- a/share/hackvr/examples/clock/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -PREFIX:=/usr/local - -.PHONY: all install - -hackvr-clock: run.pre generate.py - ./generate.py | cat run.pre /dev/stdin > hackvr-clock - chmod +x hackvr-clock -all: hackvr-clock - -install: all - install -t $(PREFIX)/bin hackvr-clock -- cgit v1.2.3