@@ -6,5 +6,8 @@ scan: main.cpp scanner.cpp
scanner.cpp: scanner.l
flex -o scanner.cpp scanner.l
parser.tab.cpp: parser.y
bison -d parser.y
clean:
rm -f scan scanner.cpp
The note is not visible to the blocked user.