mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-28 09:30:41 +00:00
peasant: forgot another Makefile
This commit is contained in:
parent
ca287551fe
commit
337e624c2a
35
games/peasant/title/Makefile
Normal file
35
games/peasant/title/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
include ../../../Makefile.inc
|
||||
|
||||
LINKER_SCRIPTS = ../../../linker_scripts
|
||||
|
||||
all: TITLE
|
||||
|
||||
###
|
||||
|
||||
TITLE: title.o
|
||||
ld65 -o TITLE title.o -C $(LINKER_SCRIPTS)/apple2_6000.inc
|
||||
|
||||
title.o: title.s ../qload.inc \
|
||||
../music/music.inc ../music/duet.s \
|
||||
graphics_title/title_graphics.inc \
|
||||
graphics_title/altfire.inc \
|
||||
directions.s \
|
||||
../pt3_lib/pt3_lib_mockingboard_patch.s
|
||||
ca65 -o title.o title.s -l title.lst
|
||||
|
||||
###
|
||||
|
||||
graphics_title/title_graphics.inc:
|
||||
cd graphics_title && make
|
||||
|
||||
###
|
||||
|
||||
distclean:
|
||||
make clean
|
||||
cd sprites && make clean
|
||||
cd graphics_title && make clean
|
||||
|
||||
###
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o *.lst TITLE
|
Loading…
Reference in New Issue
Block a user