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