From f94e005a9124d4b67ae6454eb8bb0abfceea1ae2 Mon Sep 17 00:00:00 2001 From: "cagettepei.lxd" Date: Wed, 25 Aug 2021 19:06:24 +0400 Subject: [PATCH] fix Makefile --- .gitignore | 1 + Makefile | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a8ed87e..08c7688 100755 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ www/css/*.css !www/css/bootstrap.min.css +/package-lock.json diff --git a/Makefile b/Makefile index e721bbe..94985ba 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,6 @@ install_dev: #template tools haxelib run templo sudo mv temploc2 /usr/bin - #extra plugins - @if [ $(PLUGINS) = 1 ]; then \ - fi #install npm dependencies npm install npm run libs:dev