restructure the API and update the admin script
This commit is contained in:
12
admin/Makefile
Normal file
12
admin/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
SRCS = $(wildcard *.py)
|
||||
PREFIX = /usr
|
||||
|
||||
all:
|
||||
|
||||
format:
|
||||
black $(SRCS)
|
||||
|
||||
install:
|
||||
install -Dm755 admin.py $(PREFIX)/bin/admin_script
|
||||
|
||||
.PHONY: format install
|
Reference in New Issue
Block a user