This website requires JavaScript.
Explore
Help
Sign In
Research
/
LaTeX-proposal
Watch
4
Star
0
Fork
0
You've already forked LaTeX-proposal
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d7d79f9e01
LaTeX-proposal
/
eu
/
examples
/
Makefile
4 lines
103 B
Makefile
Raw
Normal View
History
Unescape
Escape
draining just to be sure for CTAN distribution
2016-04-15 12:22:39 +02:00
DIRS
=
strep
more complete cleaning
2016-06-12 10:53:06 +02:00
all clean distclean
:
initial commit moving here from svn
2014-02-15 12:01:14 +01:00
@for d in
$(
DIRS
)
;
do
(
cd
$$
d
&&
$(
MAKE
)
-
$(
MAKEFLAGS
)
$@
)
;
done
;
Reference in New Issue
Copy Permalink