1 2 3 4 5
all: gcc $(CFLAGS) -o test test.c install: install -D -m755 test $(DESTDIR)/usr/bin/$(DESTBIN)