diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-09 19:36:13 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2020-09-09 19:36:13 +0100 |
commit | b435a5824bf88b9bddddb81e645623caa2e334bc (patch) | |
tree | 2f26f5e00ed0825bec0980c0f815e814dcfa0650 /Makefile | |
parent | faa44a2bac0a9ddef75e68990486ccae7377ac36 (diff) | |
download | pack-b435a5824bf88b9bddddb81e645623caa2e334bc.tar.gz pack-b435a5824bf88b9bddddb81e645623caa2e334bc.tar.xz pack-b435a5824bf88b9bddddb81e645623caa2e334bc.zip |
Switch to using redo
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
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 |