diff options
author | Remi Collet <remi@remirepo.net> | 2020-01-15 14:07:43 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-01-15 14:07:43 +0100 |
commit | 14d5156b3cfe8faa2f2a2f70e81d6259cf0a8241 (patch) | |
tree | 3337511a83f9aa5877aefa95b8754be246eeeea4 /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 |