1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 04:29:00 +00:00
cc65/libsrc/geos/menuicon/Makefile

18 lines
246 B
Makefile
Raw Normal View History

#
# Makefile for GEOS lib
# for cc65
#
#
%.o: %.s
@$(AS) -o $@ $(AFLAGS) $<
S_OBJS = domenu.o dopreviousmenu.o redomenu.o recovermenu.o recoverallmenus.o\
gotofirstmenu.o doicons.o
all: $(S_OBJS)
clean:
@$(RM) *.~ $(S_OBJS) core