summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 47f9a5f..8ef3555 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,14 @@ TARGET=click
default: $(TARGET)
-SRCS=main.cpp MIDI.cpp PCM.cpp ClickStream.cpp config.cpp
+SRCS= \
+ main.cpp \
+ MIDI.cpp \
+ PCM.cpp \
+ ClickStream.cpp \
+ config.cpp \
+ UI.cpp \
+ Timer.cpp
OBJS=$(SRCS:.cpp=.o)