mirror of
https://github.com/prirun/p50em.git
synced 2026-01-14 23:45:17 +00:00
Make rev stamp work for either hg or git repos. Automate more utility building with makefile changes.
9 lines
223 B
Makefile
9 lines
223 B
Makefile
default: emlink intsize magrst magsav mtread mtwrite ptextu strip8 \
|
|
untap untap16 untap_vin utextp
|
|
|
|
# Unix version of Prime's magrst
|
|
magrst: magrst.c istext.c
|
|
|
|
# Unix version of Prime's magsav
|
|
magsav: magsav.c istext.c
|