Forked from
asghar / se3xa3
96 commits ahead of the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Makefile 211 B
PY = python3
DOXY = doxygen
DOXYCFG = doxConfig
RMDIR = rm -rf
.PHONY: test doc clean
test:
$(PY) ../../../src/*
doc:
$(DOXY) $(DOXYCFG)
cd latex && $(MAKE)
clean:
@- $(RMDIR) html
@- $(RMDIR) latex