mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-05 00:29:19 -06:00
Add build cmd
This commit is contained in:
4
Makefile
4
Makefile
@@ -15,6 +15,10 @@ $(TARGET): $(TARGET).cpp
|
|||||||
clean:
|
clean:
|
||||||
rm -f $(TARGET) $(TARGET).o
|
rm -f $(TARGET) $(TARGET).o
|
||||||
|
|
||||||
|
.PHONY: build
|
||||||
|
build:
|
||||||
|
g++ -o interception-vimproved interception-vimproved.cpp
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
# If you have run `make test` then do not forget to run `make clean` after. Otherwise you may install with debug logs on.
|
# If you have run `make test` then do not forget to run `make clean` after. Otherwise you may install with debug logs on.
|
||||||
|
|||||||
Reference in New Issue
Block a user