mirror of
https://github.com/kevinbentley/Descent3.git
synced 2025-01-23 03:58:59 +00:00
8 lines
127 B
Makefile
8 lines
127 B
Makefile
HOGUTILS = ../hogUtils-$(shell uname -m)
|
|
|
|
new.hog :
|
|
$(HOGUTILS) --makehog d3linuxdemohog.txt
|
|
mv new.hog ../../d3-linux.hog
|
|
|
|
|