Skip to content

Commit

Permalink
added install to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
deguodedongxi committed Jan 8, 2025
1 parent 3129fc7 commit 5317b87
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
@@ -1,6 +1,6 @@
.PHONY: clean docker install_deps

all:
all: install_deps
@echo "Building..."
cmake -Bbuild -DCMAKE_INSTALL_PREFIX=install
cmake --build build --config Release
Expand Down

0 comments on commit 5317b87

Please sign in to comment.