contra/Makefile
2023-11-09 11:04:41 +01:00

4 lines
45 B
Makefile

main:
flex -o main.cpp main.l
g++ main.cpp