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:
parent
01a1bc8b70
commit
8333f32d26
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user