hell/Makefile

6 lines
63 B
Makefile
Raw Normal View History

2023-12-04 19:33:10 -05:00
all:
flex hell.l
gcc lex.yy.c -lfl
clean:
rm lex.yy.c a.out