Skip to content

Commit 15516ab

Browse files
committed
Add escape source to Makefile
1 parent 7e31f46 commit 15516ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ UISRC = ui/ui.go ui/input.go colors/colors.go ui/library.go ui/player.go ui/q
44
UICOMPS = ui/components/menu.go ui/components/table.go ui/components/list.go
55
SOUNDSRC = sound/sound.go sound/queue.go
66
DATASRC = data/data.go data/queue.go data/db.go data/cache.go data/download.go
7-
SRC = main.go ver.go ${INPUTSRC} ${UISRC} ${DATASRC} ${UICOMPS} ${SOUNDSRC}
7+
ESCSRC = data/escape/escape.go
8+
SRC = main.go ver.go ${INPUTSRC} ${UISRC} ${DATASRC} ${ESCSRC} ${UICOMPS} ${SOUNDSRC}
89

910
ifndef PREFIX
1011
PREFIX = /usr/local

0 commit comments

Comments
 (0)