Trying to fix the reading routine

This commit is contained in:
2019-04-17 21:06:55 -04:00
parent 51b2a4e7d0
commit ed0ba08d66
3 changed files with 23 additions and 18 deletions
+2 -2
View File
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-I.
hello: main.c
$(CC) -o hb main.c
$(CC) -g -o hb main.c
install: hello
install -m 744 hb /usr/local/bin
install -m 744 hb /usr/local/bin