diff options
author | Remi Collet <remi@remirepo.net> | 2018-06-11 15:01:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-06-11 15:01:31 +0200 |
commit | 2a395f3465760fbad4dd6fed3de7bcc8d247d89c (patch) | |
tree | 50007b563335f10573fc70896d0c3d2b107ba744 /Makefile |
new package, version 0.3.0
open https://github.com/Letargie/pggi/pull/8 [-Wformat=]
open https://github.com/Letargie/pggi/pull/9 [-Wimplicit-function-declaration]
open https://github.com/Letargie/pggi/pull/11 [-Werror=format-security]
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 + |