tabletop-games/Makefile

12 lines
172 B
Makefile
Raw Normal View History

2023-01-17 22:09:22 +00:00
SRCDIR := ./src/
include Targets
all: $(TARGETS)
$(TARGETS):
- mkdir build
latex --output-format=pdf --output-directory=build/ $(SRCDIR)/$@.tex
clean:
- rm -rf build