From bb56941f6b61529dd770475296d093727c68fdc6 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 17 Jan 2025 21:02:51 +0100 Subject: Automatically use correct files path (executable path or /media/usb) --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 70a1928..3b36a8b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ TARGET=midiplay SRCS=\ midiplay.cpp \ - MIDIPlayer.cpp + MIDIPlayer.cpp \ + config.cpp \ OBJS=$(SRCS:.cpp=.o) -- cgit v1.2.3