diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-29 08:47:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-29 08:47:05 +0200 |
commit | a95401429f8e7bc4a461bff0b7e7299c6f52839c (patch) | |
tree | 8186c1e38636f60c9530137ae0d2757303eda2ac /Makefile | |
parent | 24016a48ed20b0c8aa5daf5fa71377c290590b09 (diff) |
rename to php-Smarty2 and update to 2.6.27 for remi repo
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 + |