From 8d1acd562f16e8420c66e1f920912ecfa2fc0bda Mon Sep 17 00:00:00 2001 From: JSDurand Date: Mon, 12 Jul 2021 16:45:37 +0800 Subject: Add a sheet The sheet comes from musescore.com. --- makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 13969b3..ad71e18 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ TAGS: *.c *.h main: $(SOURCES:.c=.o) $(CC) $(LIBS) -o $@ $+ -.PHONY: clean all play clear cat tur coffin +.PHONY: clean all play clear cat tur coffin tetris clean: @echo "Cleaning..." @@ -41,6 +41,13 @@ $(out): main play: $(out) mpv $< +tetris: main + @echo "making tetris song..." + -@rm notes.txt + @ln -s "tetris/tetris notes.txt" notes.txt + @./main + @echo "Done." + tur: main @echo "making turkish march..." -@rm notes.txt -- cgit v1.2.3-18-g5258