#
# Makefile for test.c
#

OBJS= test.o

test: $(OBJS) SCOPTIONS
   sc link to test with <<
$(OBJS)
<

test.o: test.c SFPatch.h

makedist:
	copy SFPatch.readme RAM:
	Lha -a -r -x u RAM:SFPatch.lha ~(\#?.o|\#?.lnk)




