diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-01-15 16:33:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-01-15 16:33:01 +0100 |
commit | 57cf535a2476c3d1cf76331c6052fdf9ebbb5a0e (patch) | |
tree | db151927954c7522f418d8b6b1cb3863d950f5c4 /Makefile |
syntaxhighlighter: 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 + |