summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 197df31..bdf493a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC = gcc
ALL_FLAGS = -g
main: main.c handle_devices.c
- ${CC} ${ALL_FLAGS} main.c handle_devices.c -o controller_prog
+ ${CC} ${ALL_FLAGS} main.c handle_devices.c -o devout
student: student.c
${CC} ${ALL_FLAGS} student.c -o test