
include $(TWINDIR)/Makefile.config

all:	windemo

windemo:	windemo.c
	$(CC) -g -I$(TWINDIR)/win -o windemo windemo.c -ldl
	

