diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-04-15 09:31:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-04-15 09:31:35 +0200 |
commit | c6c65aaab13cdd8d24cb61beba2a32eff7dba1a3 (patch) | |
tree | 55049ae8b43de574e1f3a5e664c1608322abd887 /Makefile |
perl-FusionInventory-Agent-Task-Deploy-2.0.0: 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 + |