9 lines
90 B
Makefile
9 lines
90 B
Makefile
all:
|
|
rubber --pdf faif-2.0.tex
|
|
|
|
open: all
|
|
xdg-open faif-2.0.pdf
|
|
|
|
clean:
|
|
git clean -xfd
|