diff options
author | Clay Smith <claysmith158@gmail.com> | 2023-02-15 05:14:09 -0600 |
---|---|---|
committer | Clay Smith <claysmith158@gmail.com> | 2023-02-15 05:14:09 -0600 |
commit | 1e556df88ea6910db59561fa1547e5bfbb2e5042 (patch) | |
tree | e4891e9b17c81299b22e7d5e50ea1d9a6636aaf7 | |
parent | 729a04bfa733084f20611865929092682db714df (diff) |
Makefile updated
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |