libevconf/Makefile

10 lines
159 B
Makefile

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