aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d8037f6..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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