From 8333f32d2626533b83cfaf3e25a67c4ca7baefcc Mon Sep 17 00:00:00 2001 From: Stuart Longland Date: Mon, 1 May 2017 17:37:22 +1000 Subject: [PATCH] pc Makefile: Add main.o to port object list for PC --- ports/pc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ports/pc/Makefile b/ports/pc/Makefile index b846f14..0f468ea 100644 --- a/ports/pc/Makefile +++ b/ports/pc/Makefile @@ -5,6 +5,7 @@ CPPFLAGS ?= -I$(SRCDIR) -I$(PORTDIR) LDFLAGS ?= -g -lao -Wl,--as-needed LIBS += -lao INCLUDES += -I$(SRCDIR) -I$(PORTDIR) +OBJECTS += $(OBJDIR)/main.o TARGET=$(BINDIR)/synth