We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a62b0 commit 5c3dafcCopy full SHA for 5c3dafc
1 file changed
cpp/makefile
@@ -1,5 +1,8 @@
1
all : 8puzzle findpath minpathbucharest tests
2
3
+clean :
4
+ rm 8puzzle findpath minpathbucharest tests
5
+
6
minpathbucharest : min_path_to_Bucharest.cpp stlastar.h
7
g++ -Wall min_path_to_Bucharest.cpp -o minpathbucharest
8
0 commit comments