summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7e4162..0302c4c 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,11 @@ goget:
clean:
rm -f ../*.so ../*/*.so
- cd debian && make clean
+ make -C ../nocui clean
+ make -C ../gocui clean
+ make -C ../andlabs clean
+ make -C ../pixelgl clean
+ make -C ../fyne clean
plugins: plugins-gocui plugins-andlabs