summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorzy <[email protected]>2023-11-27 02:58:17 -0500
committerzy <[email protected]>2023-11-27 02:58:17 -0500
commit8731f635666a57a11c754441067900bc6529c882 (patch)
tree4c5d9f324566f65b6d057805352e33fa1e0a194c /Makefile
parentc5ea8285d765f836ad65cd1aee911b54cb246160 (diff)
makefile: merge ucli make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0656fad..91f2f19 100644
--- a/Makefile
+++ b/Makefile
@@ -36,4 +36,5 @@ module:
clean:
rm -f $(OUTPUT_DIR)/*
- make -C $(KDIR) M=$(MDIR) clean \ No newline at end of file
+ make -C $(KDIR) M=$(MDIR) clean
+ make -C $(PWD)/source/ucli clean \ No newline at end of file