aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2023-11-18 15:17:49 +0700
committerShulhan <ms@kilabit.info>2023-11-18 15:17:49 +0700
commit1c87b8e610a7d5a9d034a99e0d2c9d1417cb8f80 (patch)
treef1cf36f1de5db9dcb32fd1aa4774a6991d127d6c
parente4751a835ef379f84c5730effed2f017eb9071f2 (diff)
downloadawwan-1c87b8e610a7d5a9d034a99e0d2c9d1417cb8f80.tar.xz
make: set the lint-www task optional
For regular machine that only need to install awwan using "make install" we can ignore this task if its failed.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c1edbaf..70dda01 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ dev:
.PHONY: lint-www
lint-www:
- cd _wui && eslint --fix .
+ -cd _wui && eslint --fix .
#}}}
#{{{ Testing with container using mkosi.