We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db9cb43 commit b4cebeeCopy full SHA for b4cebee
Makefile
@@ -24,6 +24,7 @@ endif
24
.SUFFIXES: .lex
25
.lex.c:
26
$(flex) -o $@ $<
27
+ ls -lctr
28
29
# Utility targets are "PHONY" so they'll run even if a file exists
30
# with the same name.
@@ -46,7 +47,6 @@ clean:
46
47
*.o *~ core \
48
input.do output.do output.ba \
49
2>/dev/null || true
-
50
# Check that the program is building and running correctly
51
check: all test-m100-tokenize test-m100-decomment test-m100-crunch test-tokenize-script
52
0 commit comments