make cruft

nomaster
Jeff Moe 2023-11-11 20:28:47 -07:00
parent 27a2b5fcd5
commit 70313ac740
3 changed files with 13 additions and 14 deletions

View File

@ -21,8 +21,8 @@ all:
yarn: yarn:
$(MAKE) yarn -C src $(MAKE) yarn -C src
plugins: download:
$(MAKE) plugins -C src $(MAKE) download -C src
build: build:
$(MAKE) build -C src $(MAKE) build -C src

View File

@ -21,8 +21,8 @@ all:
yarn: yarn:
$(MAKE) yarn -C ide $(MAKE) yarn -C ide
plugins: download:
$(MAKE) plugins -C ide $(MAKE) download -C ide
build: build:
$(MAKE) build -C ide $(MAKE) build -C ide

View File

@ -16,24 +16,23 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>. # along with this program. If not, see <https://www.gnu.org/licenses/>.
all: all:
yarn $(MAKE) yarn
yarn plugins $(MAKE) download
yarn build $(MAKE) build
yarn package $(MAKE) package
yarn: yarn:
yarn yarn
download:
plugins: yarn run download:plugins
yarn download:plugins
build: build:
yarn build yarn run build
package: package:
yarn package:applications yarn run package:applications
clean: clean:
rm -rf node_modules/ rm -rf node_modules/
rm -rf applications/electron/dist/