Clean up makefiles, move ihx files to .ihx
[fw/altos] / Makefile
index d3bafe2ce72e546ef73f4b9ddafebd470789c2db..10cd8888c9456dcfedd44db3c59f38402ea17773 100644 (file)
--- 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