mirror of
				https://github.com/kerberos-io/openalpr-base.git
				synced 2025-10-31 16:46:23 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			130 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| make -f makefile clean && make -f makefile html
 | |
| cp -R swagger/ build/html/api
 | |
| cp source/*.yaml build/html/api/specs/
 | 
