diff --git a/doom/linuxdoom-1.10/Makefile b/doom/linuxdoom-1.10/Makefile index dda73c6..6db149e 100644 --- a/doom/linuxdoom-1.10/Makefile +++ b/doom/linuxdoom-1.10/Makefile @@ -95,7 +95,7 @@ $(O)/linuxxdoom: $(OBJS) $(O)/i_main.o $(O)/%.o: %.c mkdir -p $(O) - $(CC) $(CFLAGS) -c $< -o $@ + $(CC) $(CFLAGS) -nostdlib -c $< -o $@ run: all Xephyr :1 -screen 640x400x8 -title DooM &