Skip to content

Commit 880167c

Browse files
committed
what is the output of windows uname
1 parent 0edc203 commit 880167c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ endif
2323
# Rule to automatically run flex to create .c files from .lex.
2424
.SUFFIXES: .lex
2525
.lex.c:
26+
echo "Output of uname is >"$(shell uname)"<"
2627
$(flex) -o $@ $<
2728

2829
# Utility targets are "PHONY" so they'll run even if a file exists

0 commit comments

Comments
 (0)