freedoom/bootstrap/Makefile
2019-09-04 19:20:19 -07:00

11 lines
163 B
Makefile

# Build a fake IWAD to bootstrap deutex
IWAD=./doom2.wad
$(IWAD): ../lumps/playpal/playpal-base.lmp
./bootstrap < $< > $@
clean:
$(RM) $(IWAD)
.PHONY: clean