summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidovski <david@sendula.com>2021-04-20 21:04:08 +0100
committerdavidovski <david@sendula.com>2021-04-20 21:04:08 +0100
commit467490b7653fb3bcd94104f2cdc66a8f0d8bdd04 (patch)
tree13f1d781ad45099fcb3254ec8875ac7e21e61701 /Makefile
parente3fc1ec1a0761a355cb6a839cba8db0200e77a0e (diff)
added stars and torus like screen behaviour
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b06d04f..4cc1460 100644
--- a/Makefile
+++ b/Makefile
@@ -8,4 +8,5 @@ ${PROG}: ${PROG}.c
${CC} ${PROG}.c -o ${PROG} ${FLAGS}
run: ${PROG}
- ./${PROG}
+ ./${PROG}
+