Add makefile

This commit is contained in:
Jean-André Santoni 2021-08-18 15:38:29 +07:00
parent 7fdacb2780
commit eddf6df89a

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
Tetris.lutro:
zip -9 -r Tetris.lutro ./*
clean:
@$(RM) -f Tetris.lutro
.PHONY: all clean