From 86f40be2cb74fc9179a0324a327465367388179e Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 2 Jun 2026 17:53:28 +0100 Subject: mkws outputs to 'out' instead of 'public' --- http/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'http/Makefile') diff --git a/http/Makefile b/http/Makefile index 11bcd4c..9e468f7 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,8 +1,8 @@ -all: clean public +all: clean out -public: $(shell find src -type f) $(shell find share -type f) $(shell find bin) +out: $(shell find src -type f) $(shell find share -type f) $(shell find bin) ./bin/mkws https://joeac.net .PHONY: clean clean: - rm -rf public + rm -rf out -- cgit v1.2.3