diff options
author | davidovski <david@sendula.com> | 2021-04-20 21:04:08 +0100 |
---|---|---|
committer | davidovski <david@sendula.com> | 2021-04-20 21:04:08 +0100 |
commit | 467490b7653fb3bcd94104f2cdc66a8f0d8bdd04 (patch) | |
tree | 13f1d781ad45099fcb3254ec8875ac7e21e61701 /Makefile | |
parent | e3fc1ec1a0761a355cb6a839cba8db0200e77a0e (diff) |
added stars and torus like screen behaviour
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,4 +8,5 @@ ${PROG}: ${PROG}.c ${CC} ${PROG}.c -o ${PROG} ${FLAGS} run: ${PROG} - ./${PROG} + ./${PROG} + |