diff --git a/Makefile b/Makefile index 4b4e4c6..4a22ea1 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ OBJ := \ $(CC) $(CFLAGS) -c -o $@ $^ make_ext4fs: $(OBJ) libsparse/libsparse.a - $(CC) $(LDFLAGS)-o $@ $^ $(ZLIB) + $(CC) $(LDFLAGS) -o $@ $^ $(ZLIB) libsparse/libsparse.a: $(MAKE) -C libsparse/ libsparse.a