We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edc203 commit 880167cCopy full SHA for 880167c
Makefile
@@ -23,6 +23,7 @@ endif
23
# Rule to automatically run flex to create .c files from .lex.
24
.SUFFIXES: .lex
25
.lex.c:
26
+ echo "Output of uname is >"$(shell uname)"<"
27
$(flex) -o $@ $<
28
29
# Utility targets are "PHONY" so they'll run even if a file exists
0 commit comments