4 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# Simple makefile for simple example
 | 
						|
PROGRAM=dsm_test
 | 
						|
EXTRA_COMPONENTS = extras/dsm
 | 
						|
include ../../common.mk
 |