summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2007-06-12* Finally integrate libusb in Makefiles. Use 'allusb' target to build a ↵pancake1-1/+11
0xFFFF binary without library dependencies (libusb) * Add 'static' makefile target for building a statically linked 0xFFFF * Documentate all makefile targets in INSTALL
2007-06-02* Initial import of the offline work of the GUI environmentpancake1-0/+4
- Not yet usable, it's just a sketch with glade O:) - But you can get fun hacking on the source! * Add deinstall target to the Makefile * Add INSTALL file for build & install instructions * Add documentation for local flashing.
2007-05-01* Move usb-dev related code to devices.c from main.cpancake1-0/+13
* Create a root Makefile to build the flasher, logotool and install * Clean some warning messages