Skip to content

Commit

Permalink
add make install command back
Browse files Browse the repository at this point in the history
  • Loading branch information
benney authored and benney committed Dec 10, 2024
1 parent 7ca5036 commit 7618968
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ else
endef
endif

all: build

build: builds/ninja-multi-vcpkg/build.ninja
cmake --build --preset ninja-vcpkg-release

install: builds/ninja-multi-vcpkg/Release/fastplong
cmake --install builds/ninja-multi-vcpkg
@echo "Installed."

test: build
./builds/ninja-multi-vcpkg/Release/fastplong_tests

Expand Down

0 comments on commit 7618968

Please sign in to comment.