mirror of
				https://github.com/3ybactuk/marketplace-go-service-project.git
				synced 2025-10-30 05:53:45 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			146 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BINDIR=${CURDIR}/bin
 | |
| PACKAGE=route256/loms
 | |
| 
 | |
| bindir:
 | |
| 	mkdir -p ${BINDIR}
 | |
| 
 | |
| build: bindir
 | |
| 	echo "build loms"
 | |
| 
 | |
| run-migrations:
 | |
| 	echo "run migrations"
 | 
