make make example work.

This commit is contained in:
W.C.A. Wijngaards 2014-02-04 15:09:08 +01:00
parent 0b070309c3
commit 74e140d461
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ PROGRAMS=example-all-functions example-simple-answers example-tree example-synch
$(CC) $(CFLAGS) -c $< -o $@
default: all
example: all
all: $(PROGRAMS)