mirror of
				https://github.com/DigitalDevices/octonet.git
				synced 2023-10-10 11:36:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			125 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all: octoscan
 | 
						|
 | 
						|
install: all
 | 
						|
	install -m 0755 octoscan $(DESTDIR)/usr/bin
 | 
						|
 | 
						|
octoscan: octoscan.c
 | 
						|
	$(CC) -o octoscan octoscan.c
 |