mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
Improve automation, relinted webapp to tab alignment
and introduced basic EDA in a jupyter notebook of kafka export (nonmodular yet)
This commit is contained in:
7
Makefile
7
Makefile
@@ -5,8 +5,13 @@ TEX := main.tex
|
||||
JOBNAME := main
|
||||
PDF := paper/$(BUILDDIR)/$(JOBNAME).pdf
|
||||
|
||||
.DEFAULT_GOAL := help
|
||||
|
||||
all: pdf
|
||||
|
||||
run.webapp:
|
||||
@cd web && npm install && npm run dev
|
||||
|
||||
$(BUILDDIR):
|
||||
mkdir -p paper/$(BUILDDIR)
|
||||
|
||||
@@ -31,4 +36,4 @@ clean:
|
||||
rm -rf paper/$(BUILDDIR)/*
|
||||
|
||||
|
||||
.PHONY: all pdf clean watch
|
||||
.PHONY: all pdf clean watch run.webapp
|
||||
|
||||
Reference in New Issue
Block a user