use globs in example

master
Daniel Kolesa 2015-08-23 01:06:32 -07:00
parent 989433022c
commit 8b741cb99d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
rule all test
OBJ = [test.o foo.o bar.o]
OBJ = (strreplace (glob "*.c") ".c" ".o")
rule test $OBJ [
echo " LD" $target