Files
libevconf/Makefile
2025-03-19 20:35:35 -04:00

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