diff options
Diffstat (limited to 'userland/httpd/Makefile')
-rw-r--r-- | userland/httpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/httpd/Makefile b/userland/httpd/Makefile index cc9eb16..aba71dc 100644 --- a/userland/httpd/Makefile +++ b/userland/httpd/Makefile @@ -4,6 +4,7 @@ BINS=httpd all: $(BINS) httpd.o: httpd.c + clang-format -i $< $(CC) $(CFLAGS) -o $@ -c $< httpd: httpd.o |