Skip to content

Commit b4cebee

Browse files
committed
Where does win_flex write its output?
1 parent db9cb43 commit b4cebee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ endif
2424
.SUFFIXES: .lex
2525
.lex.c:
2626
$(flex) -o $@ $<
27+
ls -lctr
2728

2829
# Utility targets are "PHONY" so they'll run even if a file exists
2930
# with the same name.
@@ -46,7 +47,6 @@ clean:
4647
*.o *~ core \
4748
input.do output.do output.ba \
4849
2>/dev/null || true
49-
5050
# Check that the program is building and running correctly
5151
check: all test-m100-tokenize test-m100-decomment test-m100-crunch test-tokenize-script
5252

0 commit comments

Comments
 (0)