From cc8db276bc4f2fd7eb00168a5c0689a8457a5c6f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 19 Dec 2008 19:07:37 -0800 Subject: Move blink example to subdir Signed-off-by: Keith Packard --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10cd8888..9603dc22 100644 --- a/Makefile +++ b/Makefile @@ -29,9 +29,9 @@ $(PROG): $(OBJS) clean: rm -f $(PROG) $(OBJS) - +make -f Makefile.blink clean + +make -C blink clean $(OBJS): $(INCS) -blinks: blink.c Makefile.blink - +make -f Makefile.blink +blinks: + +make -C blink -- cgit v1.2.3