########################################################################### # # Makefile to build args # ########################################################################### MK_OS = host #MK_HOST_OS = mingw MK_ELF_TARGET = args MK_SRC_FILES = args.c include ../../../rules/mkRules.mk