summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5da9c9..de9518b 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ $(SRC)%.h: $(SRC)%.l
clean:
rm -f $(OUT) $(SOUT) $(OBJ) $(OBJ:$(BUILD)%.o=$(BUILD).%.d)
- @rmdir -p $(BUILD) > /dev/null 2>&1
+ @rmdir -p $(BUILD) > /dev/null 2>&1 || true
-include $(OBJ:$(BUILD)%.o=$(BUILD).%.d)