summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5263ef4..6a087e0 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ BIN =\
clock\
counter\
dice\
+ dogwhistle\
stopwatch\
timer
@@ -84,6 +85,9 @@ counter: counter.o large-digits.o large-minus.o
dice: dice.o
$(CC) -o $@ $@.o $(LDFLAGS)
+dogwhistle: dogwhistle.o
+ $(CC) -o $@ $@.o $(LDFLAGS)
+
stopwatch: stopwatch.o
$(CC) -o $@ $@.o $(LDFLAGS)