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:
parent
0f5c6eebdf
commit
da09d83222
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user