K 10 svn:author V 7 chebert K 8 svn:date V 27 2007-02-01T08:42:44.766347Z K 7 svn:log V 448 Step 4 (a) automatically builds a debug version along with the regular version also updated clean to clean up both versions first had it coded like so: cm_encode_debug.o : debug.h getcode.h cm_encode.c @cp cm_encode.c cm_encode_debug.c $(COMPILE) $(CFLAGS) $(DBG) cm_encode_debug.c @rm cm_encode_debug.c but switched to using $@ since its much more elegant (again some credit to M.McKnett for the suggestion/find) END