This commit is contained in:
2025-04-15 17:45:50 -04:00
parent 8e41b63cc1
commit 32b02a1691
6 changed files with 77 additions and 0 deletions

14
Makefile Normal file
View File

@@ -0,0 +1,14 @@
#
# Makefile
#
include config.mk
.PHONY: all install clean
all:
@echo "Run 'make install' to install util.h to PREFIX."
install:
install include/util.h $(PREFIX)/include -m 644