Fixed the makefile so it installs music.
This commit is contained in:
parent
d8522cfce3
commit
f4bd2f2abe
4
Makefile
4
Makefile
|
@ -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
|
VERSION = 1.3.1
|
||||||
PROG = starfighter
|
PROG = starfighter
|
||||||
DOCS = docs/*
|
DOCS = docs/*
|
||||||
DATA = data gfx sound
|
DATA = data gfx sound music
|
||||||
DATAFILES = data/* gfx/* sound/*
|
DATAFILES = data/* gfx/* sound/* music/*
|
||||||
|
|
||||||
PREFIX ?= /usr
|
PREFIX ?= /usr
|
||||||
BINDIR ?= $(PREFIX)/games/
|
BINDIR ?= $(PREFIX)/games/
|
||||||
|
|
Loading…
Reference in New Issue