Add build cmd

This commit is contained in:
Luis Felipe Sanchez
2021-02-18 14:51:22 -05:00
parent bea9a7e3f5
commit 61349eeac5

View File

@@ -15,6 +15,10 @@ $(TARGET): $(TARGET).cpp
clean:
rm -f $(TARGET) $(TARGET).o
.PHONY: build
build:
g++ -o interception-vimproved interception-vimproved.cpp
.PHONY: 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.