4 lines
45 B
Makefile
4 lines
45 B
Makefile
main:
|
|
flex -o main.cpp main.l
|
|
g++ main.cpp
|
main:
|
|
flex -o main.cpp main.l
|
|
g++ main.cpp
|