diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-23 10:27:21 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-23 10:27:21 +0100 |
commit | a897672db40d04988e049dcfd9c23915226d80d9 (patch) | |
tree | 22eff9911a8fc3b0c8fb18fa9f7eb6c5b124db91 /Makefile | |
parent | 17225722d84039d68d18d4519d46a7e2bee26041 (diff) |
temporary workaround waiting for amzn2 update
lower release to ensure official package will be preferred
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 + |