summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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