mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-04 11:00:04 -04: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
|
|
|
|
|