12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include tools/Makefile
 | 
						|
include src/Makefile
 | 
						|
 | 
						|
.PHONY: all
 | 
						|
 | 
						|
all: embed libdzonerzy libdzonerzy-gen
 | 
						|
 | 
						|
runlocal: embed libdzonerzy-runlocal
 | 
						|
 | 
						|
tools: embed
 | 
						|
 | 
						|
clean: clean-tools clean-libdzonerzy |