From da09d83222f138d9b53a79f41c2b727ee82a31b3 Mon Sep 17 00:00:00 2001 From: Jim Date: Fri, 18 Nov 2011 10:18:06 -0500 Subject: [PATCH] magsav: add magsav to makefile - doesn't compile though :( --- makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/makefile b/makefile index 8071a07..ddd21bf 100644 --- a/makefile +++ b/makefile @@ -101,6 +101,11 @@ magrst: # Unix version of Prime's magrst cc -arch ppc -DREV=\"${REV}\" -o magrst magrst.c istext.c +magsav: # Unix version of Prime's magsav + + cc -arch ppc -DREV=\"${REV}\" -o magsav magsav.c istext.c + + parts: # Unix utility to determine parttions in a drive file cc -arch ppc -DREV=\"${REV}\" -o parts parts.c