summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d78fc6d..3ed0a95 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ clean:
rm -fv ${EXE} ${OBJ}
run: ${EXE}
- ls | ./${EXE}
+ ./${EXE}
${EXE}: ${OBJ}
${CC} ${OBJ} -o ${EXE} ${LDFLAGS}