Added calc.prg
diff --git a/contiki-c64/Makefile.programs b/contiki-c64/Makefile.programs
index 17ff7ce..d515993 100644
--- a/contiki-c64/Makefile.programs
+++ b/contiki-c64/Makefile.programs
@@ -30,12 +30,12 @@
 #
 # This file is part of the Contiki desktop environment
 #
-# $Id: Makefile.programs,v 1.2 2003/04/08 19:44:14 adamdunkels Exp $
+# $Id: Makefile.programs,v 1.3 2003/04/11 20:25:35 adamdunkels Exp $
 #
 
 all: loader-arch-module.o contiki-labels.o \
      www.prg email.prg simpletelnet.prg about.prg processes.prg \
-     netconf.prg memstat.prg vnc.prg
+     netconf.prg memstat.prg vnc.prg calc.prg
 
 include Makefile.common