mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-03 19:25:45 -04:00
6 lines
106 B
Makefile
6 lines
106 B
Makefile
genmidi.lmp: config.py instruments/*
|
|
./mkgenmidi $@
|
|
|
|
clean:
|
|
rm -f genmidi.lmp *.pyc
|
|
rm -fr __pycache__
|