From 1fcabaeb97d6e62c603a8a130fc17922566e262e Mon Sep 17 00:00:00 2001 From: epoch Date: Mon, 27 Jan 2020 17:54:50 -0600 Subject: forgot the Makefile --- share/hackvr/examples/calendar/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 share/hackvr/examples/calendar/Makefile 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 -- cgit v1.2.3