11/21 part 2

This commit is contained in:
2025-11-21 18:59:20 -05:00
parent 88b375e335
commit 0ad5373e52
2 changed files with 8 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
include config.mk
all:
@echo "Run 'make install' to install riceman to PREFIX."
install:
install riceman $(PREFIX)/bin -m=500