# Makefile

APPVER=4.0
!include <win32.mak>

listdb.exe: listdb.c listdb.h
	$(cc) $(DEBUGCC) $*.c -link $(DEBUGLINK) 

test:
	cd tests
	runtests

release:
	cd tests
	-rm zz*.*
	cd ..
	-rm *.obj