diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 17:35:04 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 17:35:04 +0100 |
| commit | 629dd5525e7a1f739f8202c73d0ece77d81eff88 (patch) | |
| tree | 6dcee9dee90b20b97b5bde03a116f7ac9e4b7622 | |
| parent | 0897d11405dacc672c9c423379be4aced0b2cd4c (diff) | |
http/Makefile: all cleans before building
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index 8edb031..4681b62 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,4 +1,4 @@ -all: public +all: clean public public: $(shell find src -type f) $(shell find share -type f) ./bin/mkws https://joeac.net |
