summaryrefslogtreecommitdiff
path: root/src/stem/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r--src/stem/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile
index 94e2000..d7af245 100644
--- a/src/stem/Makefile
+++ b/src/stem/Makefile
@@ -24,7 +24,7 @@ clean:
rm $(OBJECTS) || exit 0
mrproper: clean
- rm $(OUT)
+ rm $(OUT) || exit 0
%.o: %.asm
echo "* Compiling $<..."