mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-06-16 02:15:48 +00:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
all:
|
|
python uwsgiconfig.py --build
|
|
|
|
clean:
|
|
python uwsgiconfig.py --clean
|
|
|
|
check:
|
|
python uwsgiconfig.py --check
|