mirror of
https://github.com/prirun/p50em.git
synced 2026-03-29 02:44:55 +00:00
magsav: add magsav to makefile - doesn't compile though :(
This commit is contained in:
5
makefile
5
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
|
||||
|
||||
Reference in New Issue
Block a user