Preparation for path tool
This commit is contained in:
parent
2c9e137ea3
commit
4d46780e2a
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
polygon
|
polygon
|
||||||
polygon.exe
|
polygon.exe
|
||||||
|
path
|
||||||
|
path.exe
|
||||||
|
|||||||
9
Makefile
9
Makefile
@ -1,2 +1,7 @@
|
|||||||
all:
|
polygon:
|
||||||
g++ main.cpp -o polygon
|
g++ main_poly.cpp -o polygon
|
||||||
|
|
||||||
|
path:
|
||||||
|
g++ main_path.cpp -o path
|
||||||
|
|
||||||
|
.PHONY: polygon path
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user