mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
Fix Makefile dist: .pl -> .py
This commit is contained in:
parent
4a2af33288
commit
f040eb54bb
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ playpal.lmp : playpal-base.lmp playpal.py
|
|||
colormap.lmp : playpal.lmp colormap.py
|
||||
./colormap.py playpal.lmp > colormap.lmp
|
||||
|
||||
SOURCES=playpal.pl colormap.pl COPYING Makefile
|
||||
SOURCES=playpal.py colormap.py COPYING Makefile
|
||||
VERSION=0.0.1
|
||||
|
||||
dist : doom-misc-lumps-$(VERSION).tar.gz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue