flood

Flood fill puzzle game for linux terminals
git clone https://git.ce9e.org/flood.git

commit
59da123619baf6752aded655d1be8d69c8e7c2d0
parent
7417a389cdcd9ab6b0babd1f1523bf82c33b1a16
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-02-07 16:27
add Makefile

Diffstat

A Makefile 3 +++

1 files changed, 3 insertions, 0 deletions


diff --git a/Makefile b/Makefile

@@ -0,0 +1,3 @@
   -1     1 flood: flood.rs
   -1     2 	rustc -O $<
   -1     3 	strip $@