summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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}
+