mirror of
				https://github.com/RetroDECK/Supermodel.git
				synced 2025-04-10 19:15:14 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| 
								 | 
							
								puff: puff.c puff.h
							 | 
						||
| 
								 | 
							
									cc -DTEST -o puff puff.c
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								test: puff
							 | 
						||
| 
								 | 
							
									puff zeros.raw
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								clean:
							 | 
						||
| 
								 | 
							
									rm -f puff puff.o
							 |