diff --git a/Makefile b/Makefile index 6bac4761..f64f7992 100644 --- a/Makefile +++ b/Makefile @@ -35,16 +35,20 @@ endif TARGET_NAME := prboom -LIBM := +LIBM := LDFLAGS := ifeq ($(STATIC_LINKING),1) EXT=a + +ifeq ($(platform), unix) +PLAT=_unix +endif endif ifeq ($(platform), unix) EXT ?= so - TARGET := $(TARGET_NAME)_libretro.$(EXT) + TARGET := $(TARGET_NAME)_libretro$(PLAT).$(EXT) fpic := -fPIC SHARED := -shared -Wl,--version-script=libretro/link.T -Wl,-no-undefined else ifeq ($(platform), linux-portable) diff --git a/prboom.wad b/prboom.wad deleted file mode 100644 index be73e432..00000000 Binary files a/prboom.wad and /dev/null differ