diff options
author | Remi Collet <remi@remirepo.net> | 2019-12-16 15:49:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-12-16 15:49:52 +0100 |
commit | d693b1d7f305814b347c01f89936623b95aab679 (patch) | |
tree | 462835d96356a4c645d1d81baaa832b6587963ee /Makefile | |
parent | 4cbd88f934ec29ef0fab30d0be3766d4cd0d42fd (diff) |
v1.2.0 from Fedora
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 + |