diff options
| author | Keith Packard <keithp@keithp.com> | 2008-12-19 19:07:37 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2008-12-19 19:07:37 -0800 |
| commit | cc8db276bc4f2fd7eb00168a5c0689a8457a5c6f (patch) | |
| tree | 097a136640ae4168c4dfda1966e24865526e4eaa /Makefile | |
| parent | 82e2d7ebed6682062dc400478c736bd6c91195c9 (diff) | |
Move blink example to subdir
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
