Files
from1700/Makefile
2020-05-28 16:17:18 +02:00

11 lines
156 B
Makefile

all: clean build
clean:
rm -f from1700.grf
build: clean
nmlc -c --grf from1700.grf from1700.nml
install: build
cp -vf from1700.grf ~/.openttd/newgrf