.POSIX: OBJ = timer BIN = /usr/local/bin all: $(OBJ) timer: timer.c install: all cp $(OBJ) $(BIN)