Skip to content

Commit 5c3dafc

Browse files
committed
Add make clean
1 parent 80a62b0 commit 5c3dafc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

cpp/makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
all : 8puzzle findpath minpathbucharest tests
22

3+
clean :
4+
rm 8puzzle findpath minpathbucharest tests
5+
36
minpathbucharest : min_path_to_Bucharest.cpp stlastar.h
47
g++ -Wall min_path_to_Bucharest.cpp -o minpathbucharest
58

0 commit comments

Comments
 (0)