summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-19 19:07:37 -0800
committerKeith Packard <keithp@keithp.com>2008-12-19 19:07:37 -0800
commitcc8db276bc4f2fd7eb00168a5c0689a8457a5c6f (patch)
tree097a136640ae4168c4dfda1966e24865526e4eaa /Makefile
parent82e2d7ebed6682062dc400478c736bd6c91195c9 (diff)
Move blink example to subdir
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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