This commit is contained in:
2025-03-19 20:27:58 -04:00
commit 1e4bc22cf5
4 changed files with 128 additions and 0 deletions

9
Makefile Normal file
View File

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