CC = gcc -Wall stuff = hi-q pido all: $(stuff) hi-q: hi-q.c $(CC) $< -o $@ pido : pido.c $(CC) $< -o $@ install: install $(stuff) /var/qmail/bin/