build two zip files for printables uploading
Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
		
							parent
							
								
									0d8f74bef8
								
							
						
					
					
						commit
						c9a74ebb18
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -7,7 +7,8 @@ all:
 | 
				
			|||||||
	cp ./docs/printing-and-materials.md ./build/docs/printing-and-materials.md
 | 
						cp ./docs/printing-and-materials.md ./build/docs/printing-and-materials.md
 | 
				
			||||||
	cp ./LICENSE ./build/LICENSE
 | 
						cp ./LICENSE ./build/LICENSE
 | 
				
			||||||
	cp ./CHANGELOG.md ./build/CHANGELOG.md
 | 
						cp ./CHANGELOG.md ./build/CHANGELOG.md
 | 
				
			||||||
	pushd ./build; zip ./buildable-stick-system-`git describe --dirty`-stls.zip . -r; popd
 | 
						pushd ./build; zip ./buildable-stick-system-`git describe --dirty`-stls-and-docs.zip . -r; popd
 | 
				
			||||||
 | 
						pushd ./build; zip ./buildable-stick-system-`git describe --dirty`-stls.zip extras frames misc panels -r; popd
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean:
 | 
					clean:
 | 
				
			||||||
	rm -rf ./build
 | 
						rm -rf ./build
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user