Skip to content
Snippets Groups Projects
Unverified Commit cae208af authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Removing superfluous build instruction from Makefile.

parent 08550275
No related branches found
No related tags found
No related merge requests found
app/openccg_parser.py: OpenCCG.ebnf
tatsu --generate-parser $< --outfile $@
# Runs a development server
.PHONY: run
run:
docker-compose build
docker-compose run -p 5000:5000 -v $$(pwd)/app:/app openccg python3 /app/ccgapp.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment