src.hhvn.uk > hhvn.uk-scripts > commit > e78a391eeac939c32c99edead06a845300a1ceb0

scripts that power hhvn.uk
Log | Files | Refs | README

commit e78a391eeac939c32c99edead06a845300a1ceb0
parent dd03f0590cc9006c5636a2812fed657f2b6b3754
Author: Hayden Hamilton <hayden@hhvn.uk>
Date:   Sun, 24 May 2026 20:54:37 +0100

Add `all` target to makefile

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,6 +1,8 @@ PREFIX = $(HOME)/cmd BIN = $(PREFIX)/bin +all: clean perms install + clean: @./Makeclean.rc $(BIN)