ldflags last

This commit is contained in:
sfja 2026-03-28 14:52:16 +01:00
parent e390537e06
commit 336df77969

View File

@ -63,7 +63,7 @@ test: $(test_targets)
$(build_dir)/$(test_dir)/test_%: $(test_objects) $(objects_without_main)
@mkdir -p $(dir $@)
$(LD) -o $@ $(CXXFLAGS) $(LDFLAGS) $^
$(LD) -o $@ $(CXXFLAGS) $^ $(LDFLAGS)
format:
clang-format -style=file -i src/*