From 43d8d4591933762cec4e0f72d434aa47311419d3 Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 2 Jun 2007 05:32:43 +0200 Subject: * Initial import of the offline work of the GUI environment - 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. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fa09b21..7dafa38 100644 --- a/Makefile +++ b/Makefile @@ -11,3 +11,7 @@ clean: install: cp src/0xFFFF ${PREFIX}/bin cp logotool/logotool ${PREFIX}/bin + +deinstall: + rm -f ${PREFIX}/bin/0xFFFF + rm -f ${PREFIX}/bin/logotool -- cgit v1.2.3