Skip to content
Snippets Groups Projects
Verified Commit c16df4f1 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix wildcard in Makefile

parent e66a4458
Branches
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ LOCTEX: $(wildcard *.tex)
HANDOUTS: config/CS.tex config/booklet.tex config/fold_front.tex config/fold_back.tex
.PHONY: STYLE_FILES
STYLE_FILES: config/$(wildcard *.sty)
STYLE_FILES: $(wildcard config/*.sty)
.PHONY: EXTERNAL
EXTERNAL: $(wildcard $(DROSS)/*.glg) | $(DROSS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment