libevconf/Makefile

14 lines
196 B
Makefile

#
# Makefile
#
include config.mk
IDIR = ./include
all:
@echo "Run 'make install' to install the library"
install: $(IDIR)/libevconf.h
install $(IDIR)/libevconf.h -t $(PREFIX)/include -m 644