Compare commits

..

1 commit

Author SHA1 Message Date
charles25565
64d683601c
Merge 45487891f1 into e371736b17 2025-09-25 19:24:52 +00:00
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -1,2 +1,2 @@
/out/ out/
/out-light/ out-light/

View file

@ -111,7 +111,7 @@ CPPFLAGS += \
-DCONFIG_SELF_INIT=$(CONFIG_SELF_INIT) -DCONFIG_SELF_INIT=$(CONFIG_SELF_INIT)
$(OUT)/libhardened_malloc$(SUFFIX).a: $(OBJECTS) | $(OUT) $(OUT)/libhardened_malloc$(SUFFIX).a: $(OBJECTS) | $(OUT)
$(AR) rcs $@ $^ ar rcs $@ $^
$(OUT)/libhardened_malloc$(SUFFIX).so: $(OBJECTS) | $(OUT) $(OUT)/libhardened_malloc$(SUFFIX).so: $(OBJECTS) | $(OUT)
$(CC) $(CFLAGS) $(LDFLAGS) -shared $^ $(LDLIBS) -o $@ $(CC) $(CFLAGS) $(LDFLAGS) -shared $^ $(LDLIBS) -o $@