Added exomizer target
diff --git a/contiki-c64/Makefile.c64 b/contiki-c64/Makefile.c64
index 96ed738..df39f37 100644
--- a/contiki-c64/Makefile.c64
+++ b/contiki-c64/Makefile.c64
@@ -30,7 +30,7 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.c64,v 1.9 2003/08/24 22:35:22 adamdunkels Exp $
+# $Id: Makefile.c64,v 1.10 2004/02/24 09:52:24 adamdunkels Exp $
 #
 
 all: contiki contiki-labels.o
@@ -52,3 +52,6 @@
  program-handler.o 
 	cl65 -C c64.cfg -Ln contiki-labels -o contiki -t $(SYS) $^
 
+contiki-exo: contiki
+	exomizer -s sys -o contiki-exo contiki
+