summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-18 04:14:55 -0400
committeryenatch <yenatch@gmail.com>2013-05-18 04:46:52 -0400
commitca22f95db0a89cfa73ba445951e83f131c425d6c (patch)
tree211db80d1c00b48180d9cfa957d8089e46aa2d3b /Makefile
parent40946fd5254ca4447dcb7c394c9d4ff2273aad2a (diff)
get rid of windows build components
who needs those anyway?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6a17a0b5a..a83f185a2 100644
--- a/Makefile
+++ b/Makefile
@@ -24,16 +24,8 @@ LZ_GFX = $(filter-out $(LZ_PICS) $(LZ_ANIMS) $(LZ_TRAINERS), $(shell find gfx/ -
all: pokecrystal.gbc
cmp baserom.gbc $<
-
-win: pokecrystal.gbc
- fc baserom.gbc $<
-
clean:
rm -f main.tx pokecrystal.o pokecrystal.gbc ${TEXTFILES}
-
-winclean:
- del main.tx pokecrystal.o pokecrystal.gbc .\text\sweethoney.tx .\text\phone\bill.tx .\text\phone\elm.tx .\text\phone\mom.tx .\text\phone\trainers1.tx .\text\common.tx .\text\common_2.tx .\text\common_3.tx
-
pokecrystal.o: pokecrystal.asm constants.asm wram.asm ${TEXTFILES} lzs
rgbasm -o pokecrystal.o pokecrystal.asm