Ignore .ihx files
[fw/altos] / Makefile
index d3bafe2ce72e546ef73f4b9ddafebd470789c2db..9603dc2212b9ba58aba08ace7330fca3373e8f43 100644 (file)
--- 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 -j1 -f Makefile.blink
+blinks:
+       +make -C blink