We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba0a288 + d5a8917 commit c752ad6Copy full SHA for c752ad6
Makefile
@@ -1,5 +1,5 @@
1
-tokenize.x: main.o commentDFA.o
2
- g++ -std=c++17 -g main.o commentDFA.o -o tokenize.x
+gnoring_comments.x: main.o commentDFA.o
+ g++ -std=c++17 -g main.o commentDFA.o -o ignoring_comments.x
3
4
main.o: main.cpp commentDFA.h
5
g++ -std=c++17 -g main.cpp -o main.o -c
@@ -8,4 +8,4 @@ commentDFA.o: commentDFA.cpp commentDFA.h
8
g++ -std=c++17 -g commentDFA.cpp -o commentDFA.o -c
9
10
clean:
11
- rm -f tokenize.x *.o
+ rm -f ignoring_comments.x *.o
0 commit comments