1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-04 23:24:39 +00:00

Initial MIDI support

This commit is contained in:
harbaum
2013-05-24 08:12:37 +00:00
parent a8ef631b54
commit 7a3d2c9a07

View File

@@ -45,7 +45,4 @@ clean:
release:
make
cd ./out; cp mist.rbf core.rbf ; cp ../../../../tos/system.fnt .; zip ../../../../www/mist.zip core.rbf system.fnt ; rm core.rbf system.fnt
cp ../../../www/files.html files.tmp
sed -e "s|Mist core updated on [0-9/]*.|Mist core updated on $(TODAY).|g" files.tmp > ../../../www/files.html
rm files.tmp
cd ./out; cp mist.rbf ../../../bin/cores/mist/core.rbf