aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 21df610..9bf3536 100644
--- a/Makefile
+++ b/Makefile
@@ -182,6 +182,7 @@ cores: $(SOFILES)
clean: clean-libpicofe
rm -f $(OBJS) $(BIN) $(SOFILES)
rm -rf pkg
+ rm -f *.opk
clean-all: $(foreach core,$(CORES),clean-$(core)) clean