mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-04 16:19:18 -06:00
Merge pull request #2 from sanchez2210/master
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
||||
.ccls-cache
|
||||
*.swp
|
||||
interception-vimproved
|
||||
|
||||
6
Makefile
6
Makefile
@@ -15,10 +15,14 @@ $(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.
|
||||
install -D --strip -T $(INSTALL_FILE) $(TARGET)
|
||||
install -D --strip -T $(TARGET) $(INSTALL_FILE)
|
||||
|
||||
.PHONY: test
|
||||
test:
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user