1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-21 06:28:57 +00:00
cc65/libsrc/geos/system/Makefile
izydorst ae74057353 conio with fixed width and proportional font support
git-svn-id: svn://svn.cc65.org/cc65/trunk@1178 b7a2c559-68d2-44c3-8de9-860c34a00d81
2002-03-08 16:47:34 +00:00

18 lines
290 B
Makefile

#
# Makefile for GEOS lib
# for cc65
#
#
%.o: %.s
@$(AS) -o $@ $(AFLAGS) $<
S_OBJS = ctype.o callroutine.o enterdesktop.o firstinit.o getrandom.o getserialnumber.o\
initdoneio.o mainloop.o panic.o tobasic.o setdevice.o get_ostype.o
all: $(S_OBJS)
clean:
@rm -f *.~ $(S_OBJS) core