diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-22 14:06:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-22 14:06:25 +0200 |
commit | 05698f70edcd3106021425ac36023964e527e72e (patch) | |
tree | bedb920ec0b204bec6ed3e69b05e6d0c4d85dc0c /Makefile |
new package
open https://github.com/goodspb/pdlib/pull/25 fix linker command
open https://github.com/goodspb/pdlib/pull/26 fix skip test
open https://github.com/goodspb/pdlib/pull/27 display version
open https://github.com/goodspb/pdlib/pull/29 fix build
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 + |