diff options
| author | epoch <epoch@hacking.allowed.org> | 2020-01-27 17:54:50 -0600 | 
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2020-01-27 17:54:50 -0600 | 
| commit | 1fcabaeb97d6e62c603a8a130fc17922566e262e (patch) | |
| tree | aa5a4e5cf567229bec7a0a7012665da0d7231310 /share/hackvr | |
| parent | 3714205d6a7c0f66b48ee40432a5c25a51c97b99 (diff) | |
| download | hackvr-1fcabaeb97d6e62c603a8a130fc17922566e262e.tar.gz hackvr-1fcabaeb97d6e62c603a8a130fc17922566e262e.zip | |
forgot the Makefile
Diffstat (limited to 'share/hackvr')
| -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 | 
