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