diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-07-25 14:36:03 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-07-25 14:36:03 +0200 |
commit | 7ec7d2635ef63d73e34b603b1920278af38e21f4 (patch) | |
tree | 2547a0dad0bda78a8a1cf3724a645ed77474c49c /Makefile | |
parent | 399ceaedb8f9b389569889ab72b302a560dfe2d8 (diff) |
libevent rename to libevent-last for remi repo
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 + |