summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d3bafe2c..10cd8888 100644
--- a/Makefile
+++ b/Makefile
@@ -29,9 +29,9 @@ $(PROG): $(OBJS)
clean:
rm -f $(PROG) $(OBJS)
- make -f Makefile.blink clean
+ +make -f Makefile.blink clean
$(OBJS): $(INCS)
blinks: blink.c Makefile.blink
- make -j1 -f Makefile.blink
+ +make -f Makefile.blink