place example makefiles
This commit is contained in:
		
							
								
								
									
										13
									
								
								slides/makefiles/examples/fort_1
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								slides/makefiles/examples/fort_1
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
|  | ||||
| forts/big_fort.txt: forts/short.txt forts/long.txt | ||||
| 	cat forts/short.txt forts/long.txt > forts/big_fort.txt | ||||
|  | ||||
| forts/: | ||||
| 	mkdir forts | ||||
|  | ||||
| forts/short.txt: forts/ | ||||
| 	fortune -s > forts/short.txt | ||||
|  | ||||
| forts/long.txt: forts/ | ||||
| 	fortune -l > forts/long.txt | ||||
|  | ||||
		Reference in New Issue
	
	Block a user