libevconf/Makefile
2025-03-19 20:27:58 -04:00

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