summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile9
1 files changed, 8 insertions, 1 deletions
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