mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-08-28 09:27:03 +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
|