hb/Makefile

8 lines
102 B
Makefile
Raw Normal View History

2019-02-23 18:08:32 +00:00
CC=gcc
CFLAGS=-I.
hello: main.c
$(CC) -o hb main.c
install: hello
install -m 744 hb /usr/local/bin