diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-24 14:48:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-24 14:48:51 +0100 |
commit | 1ef29139ec2b6af4b2c21270d5ae89269c394be6 (patch) | |
tree | 6ccf2e84cd3550fe2a9874c0419fa0ab68bc433d /Makefile |
scriptaculous: 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 + |