mirror of
https://github.com/RecentRunner/interception-vimproved-personal.git
synced 2026-06-05 00:29:19 -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
|
.ccls-cache
|
||||||
*.swp
|
*.swp
|
||||||
|
interception-vimproved
|
||||||
|
|||||||
6
Makefile
6
Makefile
@@ -15,10 +15,14 @@ $(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.
|
||||||
install -D --strip -T $(INSTALL_FILE) $(TARGET)
|
install -D --strip -T $(TARGET) $(INSTALL_FILE)
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user