diff options
Diffstat (limited to 'userland/libppm/Makefile')
-rw-r--r-- | userland/libppm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libppm/Makefile b/userland/libppm/Makefile index 405e1dd..029e51e 100644 --- a/userland/libppm/Makefile +++ b/userland/libppm/Makefile @@ -6,6 +6,7 @@ BINS=ppm all: $(BINS) ppm.o: ppm.c + clang-format -i $< $(CC) $(CFLAGS) $(INC) $(LIB) -o $@ -c $< ppm: ppm.o |