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

@ -5,8 +5,8 @@ COLORMAPS = colormap.lmp
all: $(COLORMAPS)
cp $(COLORMAPS) ../
colormap.lmp: $(PLAYPAL) colormap.py
./colormap.py $(PLAYPAL) > colormap.lmp
colormap.lmp: $(PLAYPAL) colormap
./colormap $(PLAYPAL) > colormap.lmp
clean:
$(RM) $(COLORMAPS) ../$(COLORMAPS)