Rename Makefile

This commit is contained in:
simon.kagstrom 2010-01-20 06:16:28 +00:00
parent 6a3d4a436d
commit ae65fe354c
2 changed files with 13 additions and 1 deletions

View File

@ -10,6 +10,18 @@
TODO: Handle Run/Stop in virtual keyboard (?)
version 11:
*
* Only one type of network connections now - no need
to specify client or master
* Fix handling of network disconnects (also display a
helpful message!)
* Don't display the network traffic string when connections close
* Fix handling of packets > 4096 bytes
* New SDL with GX graphics (although the impact for Frodo is
quite minimal!)

View File

@ -18,7 +18,7 @@ include $(DEVKITPPC)/wii_rules
TARGET := frodo
BUILD := build
SOURCES := Src
DATA := data
DATA :=
INCLUDES :=
#---------------------------------------------------------------------------------