From 8b741cb99dd03a77b3177a8a019a739833b97c53 Mon Sep 17 00:00:00 2001 From: q66 Date: Sun, 23 Aug 2015 01:06:32 -0700 Subject: [PATCH] use globs in example --- example/cubefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/cubefile b/example/cubefile index 3fecafd..6d07ca3 100644 --- a/example/cubefile +++ b/example/cubefile @@ -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