sdl makefile

This commit is contained in:
ozkl
2023-03-19 12:48:43 +03:00
parent 1aebbdf1dc
commit c2dad8e134
+1 -3
View 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)