EXE = $(PROJECT)
ifneq ($(TARGET),mingw)
BUILD_LDFLAGS += -rdynamic
endif
include $(MODDIR)/make/exe.mk
all:
clean: profclean