diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-01-16 20:02:12 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-01-16 20:02:12 +0000 |
commit | 39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8 (patch) | |
tree | d29a4a5edfb827dcc09e2d15705ed13415098acc /src | |
parent | 0b007b77028aa3ef2056ff915b0a197576b3c4f9 (diff) | |
download | ubox-msx-lib-39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8.tar.gz ubox-msx-lib-39ada0e9dcac2ec27561f5f6bf7f25b63b53c1b8.zip |
Removed unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/spman/Makefile | 2 |
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: |