aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-01-16 20:02:12 +0000
committerJuan J. Martinez <jjm@usebox.net>2022-01-16 20:02:12 +0000
commit39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8 (patch)
treed29a4a5edfb827dcc09e2d15705ed13415098acc
parent0b007b77028aa3ef2056ff915b0a197576b3c4f9 (diff)
downloadubox-msx-lib-39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8.tar.gz
ubox-msx-lib-39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8.zip
Removed unused variable
-rw-r--r--src/spman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spman/Makefile b/src/spman/Makefile
index ea2871e..be9effd 100644
--- a/src/spman/Makefile
+++ b/src/spman/Makefile
@@ -15,7 +15,7 @@ $(LIB): $(OBJS)
$(AR) -rcD $(LIB) $(OBJS)
%.rel: %.c
- $(CC) $(CFLAGS) $(LDFLAGS) -c $<
+ $(CC) $(CFLAGS) -c $<
.PHONY: clean
clean: