8 lines
119 B
Makefile

.ONESHELL:
SHELL = /usr/bin/bash
MAKEFLAGS += --no-print-directory
.SILENT:
run:
venv/bin/python manage.py runserver