diff options
| author | epoch <epoch@thebackupbox.net> | 2020-04-20 00:14:21 -0500 | 
|---|---|---|
| committer | epoch <epoch@thebackupbox.net> | 2020-04-20 00:14:21 -0500 | 
| commit | 63b39e4009f5be05460f4b12c8b736d0a011bc50 (patch) | |
| tree | 26e957c8286460057535c9601475163f88bf3663 | |
| parent | 4bd52130eaf83f5f1fc51a03feae6a0de57d0b3e (diff) | |
| download | hackvr-63b39e4009f5be05460f4b12c8b736d0a011bc50.tar.gz hackvr-63b39e4009f5be05460f4b12c8b736d0a011bc50.zip | |
cleaned up dungen Makefile a bit. just including the binaries named the same as the source as requirements for the all target is enough to get them to build the default way. also added dun2hackvr.
| -rw-r--r-- | share/hackvr/examples/dungen/Makefile | 7 | 
1 files changed, 2 insertions, 5 deletions
| diff --git a/share/hackvr/examples/dungen/Makefile b/share/hackvr/examples/dungen/Makefile index 20e1a90..cd05f4b 100644 --- a/share/hackvr/examples/dungen/Makefile +++ b/share/hackvr/examples/dungen/Makefile @@ -1,11 +1,8 @@  .PHONY: all clean -all: dungen dun2ascii +all: dungen dun2ascii dun2hackvr  clean:  	rm -f dungen  	rm -f dun2ascii - -dungen: dungen.c - -dun2ascii: dun2ascii.c +	rm -f dun2hackvr | 
