llvm-journey

LLVM Journey
git clone git://0xff.ir/g/llvm-journey.git
Log | Files | Refs | README | LICENSE

commit 565e0d3cb62ab5496c5aa6023fc7f0141a4977e3
parent bb0d2b3952c3427deeb44fcdeb4f42d13a5c25cd
Author: Mohammad-Reza Nabipoor <m.nabipoor@yahoo.com>
Date:   Wed, 12 Aug 2020 22:41:04 +0430

Makefile: Fix fmt target

Diffstat:
MMakefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile @@ -56,8 +56,8 @@ kaleidoscope_lexer.ex: kaleidoscope_lexer.ex.o #--- .PHONY: fmt -fmt: *.[ch]pp tests/*.[ch]pp examples/*.[ch]pp - clang-format -i $^ +fmt: + clang-format -i *.[ch]pp tests/*.[ch]pp examples/*.[ch]pp .PHONY: clean clean: