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