summaryrefslogtreecommitdiff
path: root/mld/Makefile
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-22 23:39:22 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-22 23:39:22 -0400
commit49af3bfc627331f33efed10804db63687a1ddd7a (patch)
tree56267cbc61285bb60b03f0a6cab99902507283dc /mld/Makefile
parentmake mld file executable (diff)
downloadmips-49af3bfc627331f33efed10804db63687a1ddd7a.tar.gz
mips-49af3bfc627331f33efed10804db63687a1ddd7a.tar.bz2
mips-49af3bfc627331f33efed10804db63687a1ddd7a.zip
multitude of mld fixes, add entrypoint
Diffstat (limited to 'mld/Makefile')
-rw-r--r--mld/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mld/Makefile b/mld/Makefile
index fd907d9..8216c08 100644
--- a/mld/Makefile
+++ b/mld/Makefile
@@ -4,4 +4,6 @@ SRC=.
BIN=../bin/mld
OUT=mld
+CFLAGS += -DPREFIX=$(PREFIX)
+
include ../makefile.mk