diff options
Diffstat (limited to 'share/hackvr/examples/calendar/Makefile')
-rw-r--r-- | share/hackvr/examples/calendar/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/hackvr/examples/calendar/Makefile b/share/hackvr/examples/calendar/Makefile new file mode 100644 index 0000000..231384d --- /dev/null +++ b/share/hackvr/examples/calendar/Makefile @@ -0,0 +1,5 @@ +all: calvr hackvr_coproc + +install: + install -t $(PREFIX)/bin calvr + install -t $(PREFIX)/bin hackvr_coproc |