1
0
mirror of https://github.com/sjlongland/atinysynth.git synced 2025-09-13 10:03:15 +10:00

pc Makefile: Add main.o to port object list for PC

This commit is contained in:
Stuart Longland 2017-05-01 17:37:22 +10:00
parent 01a1bc8b70
commit 8333f32d26
Signed by: stuartl
GPG Key ID: F954BBBB7948D546

View File

@ -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