Skip to content

Commit

Permalink
Revert accidental change to top level makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell committed Apr 4, 2024
1 parent ed45ebe commit 952206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ gen-c:
$(call announce-begin,"Formatting C code")

cd $(SWIFTNAV_ROOT)/c; \
mkdir -p build.format/ && cd build.format/; \
mkdir -p build/ && cd build/; \
cmake $(CMAKEFLAGS) ../; \
$(MAKE) clang-format-all

Expand Down

0 comments on commit 952206b

Please sign in to comment.