summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index faac1fe..93e322a 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ TARGET=click
default: $(TARGET)
SRCS= \
+ MainLoop.cpp \
main.cpp \
MIDI.cpp \
PCM.cpp \
@@ -12,8 +13,10 @@ SRCS= \
debug.cpp \
cpuload.cpp \
log.cpp \
- Click.cpp \
- BPMDetect.cpp
+ NoteClick.cpp \
+ ClockClick.cpp \
+ InternalClick.cpp \
+ BPMDetect.cpp \
HEADERS=$(SRCS:.cpp=.h)