diff options
author | Remi Collet <remi@remirepo.net> | 2024-07-29 11:52:09 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-07-29 11:52:09 +0200 |
commit | 4abc2157e0bcc3770c68bc13f6e42ed17ee7667e (patch) | |
tree | c56c721ffbae71228a56ab84b5b5a0d1fd2ccb48 /Makefile |
initial package
open https://github.com/pinpoint-apm/pinpoint-c-agent/issues/656 license
open https://github.com/pinpoint-apm/pinpoint-c-agent/pull/655 use cxx
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 + |