summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7f6021d..24a78c4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,12 @@
.POSIX:
-OBJ = timer
+OBJ = timer tmparg
BIN = /usr/local/bin
all: $(OBJ)
timer: timer.c
+tmparg: tmparg.sh
+
install: all
cp $(OBJ) $(BIN)