mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-29 00:31:52 +00:00
riven: fix up Makefiles
This commit is contained in:
parent
ffc92ceaf0
commit
95a6b7b081
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user