Skip to content

Commit

Permalink
Makfile: fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
itsManjeet committed Oct 27, 2024
1 parent 264e539 commit ff91786
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 @@ -69,7 +69,7 @@ define BUILD_EXTENSION
endef

extensions: $(IGNITE)
$(foreach ext,$(EXTENSIONS),$(BUILD_EXTENSION));
$(foreach ext,$(EXTENSIONS),$(BUILD_EXTENSION))

build/build.ninja: CMakeLists.txt
cmake -B build -S tools/ignite
Expand Down

0 comments on commit ff91786

Please sign in to comment.