Added exomizer target to allow creating compressed contiki kernel binary
diff --git a/contiki-c64/Makefile b/contiki-c64/Makefile
index 10adabc..bd55c43 100644
--- a/contiki-c64/Makefile
+++ b/contiki-c64/Makefile
@@ -27,7 +27,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile,v 1.9 2004/08/09 20:54:54 adamdunkels Exp $
+# $Id: Makefile,v 1.10 2004/09/12 13:22:52 adamdunkels Exp $
 #
 
 CONTIKI=../contiki
@@ -51,6 +51,9 @@
 c64:
 	$(MAKE) CONTIKI=$(CONTIKI) CONTIKICC65=$(CONTIKICC65) -f Makefile.c64
 
+c64-exo:
+	$(MAKE) CONTIKI=$(CONTIKI) CONTIKICC65=$(CONTIKICC65) -f Makefile.c64 contiki-exo
+
 wget:
 	$(MAKE) CONTIKI=$(CONTIKI) CONTIKICC65=$(CONTIKICC65) -f Makefile.c64-wget