Files
hell/Makefile
2023-12-04 19:33:10 -05:00

6 lines
63 B
Makefile

all:
flex hell.l
gcc lex.yy.c -lfl
clean:
rm lex.yy.c a.out