mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-03 19:25:45 -04:00
6 lines
120 B
Makefile
6 lines
120 B
Makefile
ultramid.ini : gen-ultramid config.py stats.py
|
|
./gen-ultramid $@
|
|
|
|
clean:
|
|
rm -f ultramid.ini *.pyc
|
|
rm -fr __pycache__
|