]> git.0x19.co - doomgeneric-snom360/commitdiff
sdl makefile
authorozkl <ozkl@users.noreply.github.com>
Sun, 19 Mar 2023 09:48:43 +0000 (12:48 +0300)
committerozkl <ozkl@users.noreply.github.com>
Sun, 19 Mar 2023 09:48:43 +0000 (12:48 +0300)
doomgeneric/Makefile.sdl

index 9071375c33178a59868730c16be88039a1de60ec..38402da57ac889901b7080341a842a2acbdfe90b 100644 (file)
@@ -39,9 +39,7 @@ clean:
 $(OUTPUT):     $(OBJS)
        @echo [Linking $@]
        $(VB)$(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) \
-       -o $(OUTPUT) $(LIBS) -Wl
-       @echo [Size]
-       -$(CROSS_COMPILE)size $(OUTPUT)
+       -o $(OUTPUT) $(LIBS)
 
 $(OBJS): | $(OBJDIR)