From 05895c86bddf50aacb3bb5e6a6bcc073965341ef Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 3 Jan 2025 12:27:14 +0100 Subject: Add first UI --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3