hb/Makefile

8 lines
102 B
Makefile

CC=gcc
CFLAGS=-I.
hello: main.c
$(CC) -o hb main.c
install: hello
install -m 744 hb /usr/local/bin