include_rules
ifeq ($(TARGET),win32)
CFLAGS += "-DATTRIBUTE_USED=__attribute__((used))"
: foreach *.c |> !cc |>
endif
