Added stackoverflow, makefile for testing changes.

This commit is contained in:
ebadf
2015-12-05 15:05:24 -06:00
parent 5c500a9a07
commit 7e67b01813
2 changed files with 19 additions and 0 deletions

3
Makefile Normal file
View File

@@ -0,0 +1,3 @@
test:
cd examples/ ; for f in *.tex; do xelatex $$f; done