diff options
Diffstat (limited to 'share/hackvr/examples/clock/Makefile')
-rw-r--r-- | share/hackvr/examples/clock/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |