diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 17:35:19 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 17:35:19 +0100 |
| commit | b7fc80b5f5104c3f2c0174b5af5b79087923e2be (patch) | |
| tree | 6294413c6d123cf15f9d254e33796d54ae74bbe9 /http/Makefile | |
| parent | 629dd5525e7a1f739f8202c73d0ece77d81eff88 (diff) | |
http/Makefile: public target depends on bin
Diffstat (limited to 'http/Makefile')
| -rw-r--r-- | http/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/Makefile b/http/Makefile index 4681b62..11bcd4c 100644 --- a/http/Makefile +++ b/http/Makefile @@ -1,6 +1,6 @@ all: clean public -public: $(shell find src -type f) $(shell find share -type f) +public: $(shell find src -type f) $(shell find share -type f) $(shell find bin) ./bin/mkws https://joeac.net .PHONY: clean |
