summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0681845..23e9755 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CC = gcc
C_FILES = $(wildcard src/*.c)
OBJS = $(C_FILES:.c=.o) \
-PROGRAM = mp3fs
+PROGRAM = musicfs
all: $(PROGRAM)