@@ -0,0 +1,18 @@
.PHONY: all
all: linux windows web
.PHONY: linux
linux:
$(MAKE) -f Makefile-linux
.PHONY: windows
windows:
$(MAKE) -f Makefile-windows
.PHONY: web
web:
$(MAKE) -f Makefile-web
.PHONY: clean
clean:
rm -rf build
The note is not visible to the blocked user.