diff options
| author | Shulhan <ms@kilabit.info> | 2023-11-18 15:17:49 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-11-18 15:17:49 +0700 |
| commit | 1c87b8e610a7d5a9d034a99e0d2c9d1417cb8f80 (patch) | |
| tree | f1cf36f1de5db9dcb32fd1aa4774a6991d127d6c | |
| parent | e4751a835ef379f84c5730effed2f017eb9071f2 (diff) | |
| download | awwan-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ dev: .PHONY: lint-www lint-www: - cd _wui && eslint --fix . + -cd _wui && eslint --fix . #}}} #{{{ Testing with container using mkosi. |
