-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME
More file actions
17 lines (8 loc) · 1 KB
/
README
File metadata and controls
17 lines (8 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
This is a Makefile tutorial written in german. I started with writing things down I learned about Makefiles for my future self - because I always forgot this and that, and I was tired of searching the web. This website was my starting point:
http://kbroman.org/minimal_make/
which is an awesome tutorial/summary, with many good and complex real life Makefile examples (Thank you Karl Broman). But I was missing a few things, and so I started to summarize them myself. Finally, I thought that perhaps someone else could use this and tried to convert my notes into a tutorial for Makefile starters (definition: you know nothing about Makefiles John Snow). And because I am far more fluently (and far far more funny) in German than I am in English, I decided to write this in German.
You need:
- GNU Make (obviously)
- R installed (incl. `rmarkdown` package)
- pandoc installed
- To see the html tutorial file, switch into the repo folder (command line), and type: make. The result is the html tutorial file! Tataaam!