aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTeddy Wing2018-11-22 19:34:03 +0100
committerTeddy Wing2018-11-22 19:34:03 +0100
commit1cee58da1eeaae4985d2719df34405fa8a204f8a (patch)
tree3435069b76f3c973fc762f21535039ac03a34fbe /Makefile
parent95358bb88ee11c5231bae717bb454a58ddc1330a (diff)
downloadDomeKey-1cee58da1eeaae4985d2719df34405fa8a204f8a.tar.bz2
sound_data.h: Add license header
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 93009d7..ae375ec 100644
--- a/Makefile
+++ b/Makefile
@@ -61,6 +61,8 @@ $(ARCHIVE_PRODUCT): clean-release
DomeKey/sound_data.h: sounds/*.mp3
: > $@
+ sed -e 's,^\([^$$]\),// \1,' -e 's,^$$,//,' LICENSE >> $@
+ echo >> $@
echo '#ifndef SOUND_DATA_H' >> $@
echo '#define SOUND_DATA_H' >> $@
echo >> $@