aboutsummaryrefslogtreecommitdiff
path: root/src/mplayer/Makefile
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-01-25 15:57:10 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-01-25 15:57:10 +0000
commitf2e34f162af326aace8ca6d9d0ca26e1159b3706 (patch)
treeafcea0dee7cba7ec9d514fa56c6107b35af28dde /src/mplayer/Makefile
parent6b884b930a9e1b7016f4e1a8967466cb9536ce45 (diff)
downloadubox-msx-lib-f2e34f162af326aace8ca6d9d0ca26e1159b3706.tar.gz
ubox-msx-lib-f2e34f162af326aace8ca6d9d0ca26e1159b3706.zip
Reviewed makefiles
Diffstat (limited to 'src/mplayer/Makefile')
-rw-r--r--src/mplayer/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mplayer/Makefile b/src/mplayer/Makefile
index 81e099b..cf642f8 100644
--- a/src/mplayer/Makefile
+++ b/src/mplayer/Makefile
@@ -1,11 +1,11 @@
-LIB=../../lib/mplayer.lib
+LIB := ../../lib/mplayer.lib
all: $(LIB)
-AS=sdasz80
-AR=sdar
+AS := sdasz80
+AR := sdar
-SOURCES=$(wildcard *.z80)
-OBJS=$(patsubst %.z80,%.rel,$(SOURCES))
+SOURCES := $(wildcard *.z80)
+OBJS := $(patsubst %.z80,%.rel,$(SOURCES))
$(LIB): $(OBJS)
$(AR) -rcD $(LIB) $(OBJS)