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