-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtargets.txt
54 lines (27 loc) · 1.7 KB
/
targets.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Here you can find the list of all the targets that you can build in this project:
* Workshop_file.pdf : This will build the pdf of the whole Workshop file.
* Electric.pdf : This will build the pdf of the Electric shop.
* Carpentry.pdf : This will build the pdf of the Carpentry shop.
* Blacksmithy.pdf : This will build the pdf of the Blacksmithy shop.
* Foundry.pdf : This will build the pdf of the Foundry shop.
* Fitting.pdf : This will build the pdf of the Fitting shop.
* Machine.pdf : This will build the pdf of the Machine shop.
* Welding.pdf : This will build the pdf of the Welding Shop.
* pdf : This will build the pdfs of the Workshop file and each shop individually.
* Workshop_file.html : This will build the html of the whole Workshop file.
* Electric.html : This will build the html of the Electric shop.
* Carpentry.html : This will build the html of the Carpentry shop.
* Blacksmithy.html : This will build the html of the Blacksmithy shop.
* Foundry.html : This will build the html of the Foundry shop.
* Fitting.html : This will build the html of the Fitting shop.
* Machine.html : This will build the html of the Machine shop.
* Welding.html : This will build the html of the Welding Shop.
* html : This will build the htmls of the Workshop file and each shop individually.
* Workshop_file : This will build both the html and pdf of the whole Workshop file.
* all : This will build all the pdfs and htmls.
* clean_pdf : This will clean all the pdfs.
* clean_html : This will clean all the htmls.
* clean : This will clean all the file.
* targets : This will show you the info you are seeing now.
To build/run any of the above mentioned command, you need to run the command :
make <target_name>