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