diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-25 13:55:18 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2021-10-25 13:55:18 +0200 |
commit | 8e1205d16551d10a4ef66dc069d1d33c4007cbcf (patch) | |
tree | 7b3bd560a8ed7892aa769880b31b64586e3ac41b /Makefile |
duplicate v3
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |