From 7a3d2c9a0790c1aa741c8d45b05dc32c0e0c836d Mon Sep 17 00:00:00 2001 From: harbaum Date: Fri, 24 May 2013 08:12:37 +0000 Subject: [PATCH] Initial MIDI support --- cores/mist/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/cores/mist/Makefile b/cores/mist/Makefile index 5c6dda5..fd61cd2 100644 --- a/cores/mist/Makefile +++ b/cores/mist/Makefile @@ -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