]> oss.titaniummirror.com Git - oss-web.git/blobdiff - Makefile
xkbmap: wildcard MatchUSBID
[oss-web.git] / Makefile
index 9d767ab055b28615024c770715e0a7c24388b403..a2c3a2d53f8f8950a1d78ebe4de3f3e81f5c5ea0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,13 @@ all: webber.conf
 profile:
        ./webber --profile
 
+lint:
+       pylint \
+               --include-ids=y \
+               --reports=n \
+               --disable-msg=W0312,C0103 \
+               webber.py plugins
+
 clean:
        rm -f *.pyc plugins/*.pyc
 
@@ -26,3 +33,6 @@ ifeq ($(wildcard webber.conf),)
 webber.conf: in/webber.conf
        ln -s in/webber.conf
 endif
+
+serve:
+       python serve.py