mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
riven: add some sounds for chair room
This commit is contained in:
parent
81dc5378b2
commit
6e5dc7544a
12
games/riven_hgr/disk05_files/audio/Makefile
Normal file
12
games/riven_hgr/disk05_files/audio/Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
||||
|
||||
all: chair_open.btc.zx02 chair_close.btc.zx02
|
||||
|
||||
chair_open.btc.zx02: chair_open.btc
|
||||
$(ZX02) chair_open.btc chair_open.btc.zx02
|
||||
|
||||
chair_close.btc.zx02: chair_close.btc
|
||||
$(ZX02) chair_close.btc chair_close.btc.zx02
|
||||
|
||||
clean:
|
||||
rm -f *.zx02
|
1
games/riven_hgr/disk05_files/audio/chair_close.btc
Normal file
1
games/riven_hgr/disk05_files/audio/chair_close.btc
Normal file
File diff suppressed because one or more lines are too long
1
games/riven_hgr/disk05_files/audio/chair_open.btc
Normal file
1
games/riven_hgr/disk05_files/audio/chair_open.btc
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user