aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40e1cff..d8037f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,9 @@
# Copyright (C) 2020 Tomasz Kramkowski <tk@the-tk.com>
# SPDX-License-Identifier: MIT
unpack_test: unpack_test.o unpack.o common.o trace.o
+unpack_test.o: unpack_test.c pack.h trace.h common.h unpack_test.inc
+trace.o: trace.c trace.h
+common.o: common.c common.h
+unpack_test.inc: test_gen
+ ./$< >$@
+test_gen: test_gen.o