all : testread testwrite resetmidi

clean :
	rm -f testread testwrite resetmidi *.o

lint : lintlib.ln
	lint -nux lintlib.ln Driver.c | grep -v "struct/union.*never defined"

lintlib.ln : lintlib.c
	lint -c lintlib.c
