diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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) |