diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-25 09:58:58 +0200 |
commit | ed43300dab14e50d2925dc78a9eb5fc5f2e9ae98 (patch) | |
tree | 24e77b1776a7f8afb9e46072b70e09799c1fddcf /Makefile |
initial package, version 1.0.0 (stable)
open https://github.com/SeasX/SeasSnowflake/pull/3 - fix test
open https://github.com/SeasX/SeasSnowflake/pull/4 - exec perm
open https://github.com/SeasX/SeasSnowflake/pull/5 - PHP 5
open https://github.com/SeasX/SeasSnowflake/pull/6 - arginfo
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 + |