riven: fix up Makefiles

This commit is contained in:
Vince Weaver 2024-07-26 10:01:55 -04:00
parent ffc92ceaf0
commit 95a6b7b081
2 changed files with 13 additions and 1 deletions

View File

@ -73,6 +73,9 @@ cyan.o: cyan.s \
####
audio/capture.btc.zx02:
cd audio && make
graphics_atrus/atrus_graphics.inc:
cd graphics_atrus && make
@ -104,4 +107,5 @@ distclean:
cd graphics_captured && make clean
cd graphics_cho && make clean
cd graphics_start && make clean
cd audio && make clean

View File

@ -102,6 +102,13 @@ graphics_orb1/orb1_graphics.inc:
graphics_tunnel/tunnel_graphics.inc:
cd graphics_tunnel && make
movie_maglev_flip/movie_maglev_flip.inc:
cd movie_maglev_flip && make
movie_maglev_ride/movie_maglev_ride.inc:
cd movie_maglev_ride && make
####
clean:
@ -118,4 +125,5 @@ distclean:
cd graphics_outside && make clean
cd graphics_orb1 && make clean
cd graphics_tunnel && make clean
cd movie_maglev_flip && make clean
cd movie_maglev_ride && make clean