rename python scripts to barenames where possible

This commit is contained in:
Mike Swanson 2019-09-04 19:20:19 -07:00
parent 140f01f39a
commit 6b486b6332
10 changed files with 17 additions and 17 deletions

View file

@ -3,7 +3,7 @@
IWAD=./doom2.wad
$(IWAD): ../lumps/playpal/playpal-base.lmp
./bootstrap.py < $< > $@
./bootstrap < $< > $@
clean:
$(RM) $(IWAD)