diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-10 15:23:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-10 15:23:39 +0100 |
commit | fc4bca9655ce79817453f6ab806dcc0f78f742ba (patch) | |
tree | 19580db85ff15ceb2f60f1878572c5133ef8e498 /Makefile | |
parent | 4bdef9c918eeae156721e446bd6e164d5f24cbfe (diff) |
libircclient: update to 1.7
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 + |