aboutsummaryrefslogtreecommitdiff
path: root/sf-compile/Makefile
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2020-08-28 20:12:25 +0100
committerdakkar <dakkar@thenautilus.net>2020-08-28 20:12:25 +0100
commit05b06a9363ff5a04c7b23accc0863e9faa9d1820 (patch)
tree0bb2b5aa21c861d8534a89a3ed8d59a6e532ec1b /sf-compile/Makefile
parentupdate schematics (diff)
parentnotes on the soundfont (diff)
downloadlego-piano-05b06a9363ff5a04c7b23accc0863e9faa9d1820.tar.gz
lego-piano-05b06a9363ff5a04c7b23accc0863e9faa9d1820.tar.bz2
lego-piano-05b06a9363ff5a04c7b23accc0863e9faa9d1820.zip
Merge branch 'soundfont'
Diffstat (limited to 'sf-compile/Makefile')
-rw-r--r--sf-compile/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sf-compile/Makefile b/sf-compile/Makefile
new file mode 100644
index 0000000..8c36db8
--- /dev/null
+++ b/sf-compile/Makefile
@@ -0,0 +1,6 @@
+all: sf-compile static-tsf.h
+
+sf-compile: sf-compile.cpp
+
+static-tsf.h: sf-compile
+ ./sf-compile > static-tsf.h