mips/mld/Makefile

10 lines
105 B
Makefile
Raw Normal View History

include ../config.mk
SRC=.
BIN=../bin/mld
OUT=mld
2024-09-23 03:39:22 +00:00
CFLAGS += -DPREFIX=$(PREFIX)
include ../makefile.mk