aboutsummaryrefslogtreecommitdiffstats
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index e166af7..0b665b2 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -1,4 +1,4 @@
-SRCS = add-tests.c calc.c sub-tests.c tests.c named-tests.c
+SRCS = add-tests.c calc.c sub-tests.c tests.c named-tests.c param-tests.c
OBJS = $(SRCS:.c=.o)
all: example