1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-13 15:17:32 +00:00

magsav: add magsav to makefile - doesn't compile though :(

This commit is contained in:
Jim 2011-11-18 10:18:06 -05:00
parent 0f5c6eebdf
commit da09d83222

View File

@ -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