Fixed the makefile so it installs music.

This commit is contained in:
onpon4 2015-04-20 13:05:28 -04:00
parent d8522cfce3
commit f4bd2f2abe
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ OBJS = alien.o audio.o bullet.o cargo.o collectable.o comms.o debris.o events.o
VERSION = 1.3.1
PROG = starfighter
DOCS = docs/*
DATA = data gfx sound
DATAFILES = data/* gfx/* sound/*
DATA = data gfx sound music
DATAFILES = data/* gfx/* sound/* music/*
PREFIX ?= /usr
BINDIR ?= $(PREFIX)/games/