Skip to content

Commit c752ad6

Browse files
Merge pull request #18 from Pip-Install-Party/officialblake-develop
update makefile
2 parents ba0a288 + d5a8917 commit c752ad6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
tokenize.x: main.o commentDFA.o
2-
g++ -std=c++17 -g main.o commentDFA.o -o tokenize.x
1+
gnoring_comments.x: main.o commentDFA.o
2+
g++ -std=c++17 -g main.o commentDFA.o -o ignoring_comments.x
33

44
main.o: main.cpp commentDFA.h
55
g++ -std=c++17 -g main.cpp -o main.o -c
@@ -8,4 +8,4 @@ commentDFA.o: commentDFA.cpp commentDFA.h
88
g++ -std=c++17 -g commentDFA.cpp -o commentDFA.o -c
99

1010
clean:
11-
rm -f tokenize.x *.o
11+
rm -f ignoring_comments.x *.o

0 commit comments

Comments
 (0)