12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			173 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Makefile for triplemat
 | |
| 
 | |
| TOP=../../..
 | |
| .include "$(TOP)/mk/os161.config.mk"
 | |
| 
 | |
| PROG=triplemat
 | |
| SRCS=triplemat.c
 | |
| LIBS=-ltest
 | |
| BINDIR=/testbin
 | |
| 
 | |
| .include "$(TOP)/mk/os161.prog.mk"
 |