We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec17045 commit 5c201beCopy full SHA for 5c201be
Makefile
@@ -27,7 +27,7 @@ OBJ := \
27
$(CC) $(CFLAGS) -c -o $@ $^
28
29
make_ext4fs: $(OBJ) libsparse/libsparse.a
30
- $(CC) -o $@ $^ $(ZLIB)
+ $(CC) $(LDFLAGS)-o $@ $^ $(ZLIB)
31
32
libsparse/libsparse.a:
33
$(MAKE) -C libsparse/ libsparse.a
0 commit comments