Makefile 112 B

1234
  1. include $(TOPDIR)/rules.mk
  2. all: trx.c
  3. $(CC_FOR_BUILD) $(FLAGS_FOR_BUILD) -o ${STAGING_HOST_DIR}/bin/trx trx.c