summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-15 05:14:09 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-15 05:14:09 -0600
commit1e556df88ea6910db59561fa1547e5bfbb2e5042 (patch)
treee4891e9b17c81299b22e7d5e50ea1d9a6636aaf7 /Makefile
parent729a04bfa733084f20611865929092682db714df (diff)
Makefile updated
Diffstat (limited to 'Makefile')
-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