11 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			184 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
include ../test_common.mk
 | 
						|
 | 
						|
EXTRA_C_FLAGS :=
 | 
						|
EXTRA_LINK_FLAGS :=
 | 
						|
BIN_ARGS :=
 | 
						|
 | 
						|
CUSTOM_PRE_BUILD := 1
 | 
						|
 | 
						|
custom_pre_build:
 | 
						|
	@echo "You can execute extra commands here before occlum build."
 |