CFLAGS=/AL /Ox /G2 /Gs /I..\h /c

lconfig.obj: config.c
	$(CC) $(CFLAGS) /Fo$@ $**

clean:
	-del *.obj

cleanall : clean
