/[VRac]/M6502/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /M6502/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27 - (show annotations)
Mon Jul 30 15:45:03 2007 UTC (16 years, 9 months ago) by dpavlin
File size: 201 byte(s)
implement memory read and write callbacks to perl
1 head=30
2
3 all: M6502.o config.h
4 $(CC) -o perl.o -c perl.c `perl -MExtUtils::Embed -e ccopts`
5 $(CC) -o orao perl.o M6502.o `perl -MExtUtils::Embed -e ldopts`
6 ( ./orao 2>&1 ) | head -${head} | tee log

  ViewVC Help
Powered by ViewVC 1.1.26