diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-08 11:17:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-08 11:17:37 +0100 |
commit | fb668c736b6446bdfa3ca91196ab3faff05461f1 (patch) | |
tree | 023b0ded2af8786458be4edc846ecf9d6a31f6fb /Makefile |
duplicate ZF
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..a2cd659 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile |