1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

removed unused info and map files

This commit is contained in:
Wei-ju Wu
2016-06-14 21:22:02 -07:00
parent 6a63542f10
commit 0766c168aa
9 changed files with 1 additions and 12 deletions

View File

@ -8,7 +8,7 @@ CFLAGS=-c99 -I$(NDK_INC) -DDEBUG
all: xunlimited xlimited
clean:
rm -f xunlimited xlimited hardware.o cop.o main.o
rm -f xunlimited xlimited *.o
cop.o: cop.asm
$(ASM) $(ASM_FLAGS) -o $@ $<