
CC = gcc -DYYDEBUG=1


testdll: testdll.c
	$(CC) -la3kfsio -L. -o testdll.exe testdll.c
	
clean:
	rm *.exe
	