From f2e34f162af326aace8ca6d9d0ca26e1159b3706 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Jan 2021 15:57:10 +0000 Subject: Reviewed makefiles --- src/mplayer/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mplayer/Makefile') 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) -- cgit v1.2.3