diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-04-25 16:15:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-04-25 16:15:19 +0200 |
commit | d5f00255ef409b2d036d930f3ca20864e4163007 (patch) | |
tree | e907f97c8ac8433aa9639bc7dc2cd108c9349a7e /Makefile |
phar-gui 1.0/edbd631 - New package
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..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |