10 lines
163 B
Makefile
10 lines
163 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
|