Skip to content

Makefile: Fix FURY=1 build removing the "obj/fury/" folder after linking.

This bug was introduced in 36af1bb2 and caused the subsequent mapster32 linking to fail. The obj dump folder now has "_dump" as suffix.

For regular duke3d builds, this temp folder had the name "obj/eduke32", and hence did not conflict with the "obj/duke3d" folder.

Merge request reports