First commit

This commit is contained in:
2019-02-23 13:08:32 -05:00
commit 7d38e2bf78
4 changed files with 90 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
CC=gcc
CFLAGS=-I.
hello: main.c
$(CC) -o hb main.c
install: hello
install -m 744 hb /usr/local/bin