diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |
