mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
fix paths in Makefile
This commit is contained in:
parent
936800992c
commit
4f163f2f2c
10
Makefile
10
Makefile
@ -8,17 +8,17 @@ all: clean build
|
||||
|
||||
|
||||
dev:
|
||||
$(python) app/manage.py runserver
|
||||
$(python) tubesync/manage.py runserver
|
||||
|
||||
|
||||
build:
|
||||
mkdir -p app/media
|
||||
mkdir -p app/static
|
||||
$(python) app/manage.py collectstatic --noinput
|
||||
mkdir -p tubesync/media
|
||||
mkdir -p tubesync/static
|
||||
$(python) tubesync/manage.py collectstatic --noinput
|
||||
|
||||
|
||||
clean:
|
||||
rm -rf app/static
|
||||
rm -rf tubesync/static
|
||||
|
||||
|
||||
container: clean
|
||||
|
Loading…
Reference in New Issue
Block a user