This website works better with JavaScript.
Home
Explore
Help
Sign In
E2L_Ivry
/
cours-python
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add a makefile
master
Dimitri Merejkowsky
5 years ago
parent
ab9070c62c
commit
7c818d44b9
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
sessions/Makefile
+ 4
- 0
sessions/Makefile
View File
@@ -0,0 +1,4 @@
all: python-06.pdf
%.pdf: %.md
pandoc -t beamer $< -o $@