mirror of
				https://github.com/DigitalDevices/dddvb.git
				synced 2025-03-01 10:35:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			334 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			334 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all: cit citin flashprog modt ddtest setmod ddflash
 | 
						|
 | 
						|
cit: cit.c
 | 
						|
	gcc -o cit cit.c -lpthread
 | 
						|
 | 
						|
modt: modt.c
 | 
						|
	gcc -o modt modt.c -lpthread
 | 
						|
 | 
						|
setmod: setmod.c
 | 
						|
	gcc -o setmod setmod.c -I../include/
 | 
						|
 | 
						|
flashprog: flashprog.c
 | 
						|
	gcc -o flashprog flashprog.c
 | 
						|
 | 
						|
ddtest: ddtest.c
 | 
						|
	gcc -o ddtest ddtest.c
 | 
						|
 | 
						|
ddflash: ddflash.c
 | 
						|
	gcc -o ddflash ddflash.c
 |