diff --git a/Makefile b/Makefile index 708c031..08d9fe5 100644 --- a/Makefile +++ b/Makefile @@ -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.