mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
rename python scripts to barenames where possible
This commit is contained in:
parent
140f01f39a
commit
6b486b6332
10 changed files with 17 additions and 17 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue