diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-04 15:50:26 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-04 15:50:26 +0100 |
commit | f35f8fa40faab000b0e5caf194865d17fb4e3b9d (patch) | |
tree | 869b9abf9736293a0bc4bedc40c3cf073562a6ea /Makefile |
New package
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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |