summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2008-12-19 19:04:26 -0800
committerKeith Packard <keithp@keithp.com>2008-12-19 19:04:26 -0800
commit82e2d7ebed6682062dc400478c736bd6c91195c9 (patch)
tree07d3978fe14a618ca116a3905bdeccc962e0a1dd /Makefile
parent52fb5f795adfd7f62e5b6dbe65877d14361cfdae (diff)
Clean up makefiles, move ihx files to .ihx
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