/[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 26 - (show annotations)
Mon Jul 30 14:23:22 2007 UTC (16 years, 9 months ago) by dpavlin
File size: 214 byte(s)
added init, don't auto-vivify variables from M6502 package
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 && vi -R log

  ViewVC Help
Powered by ViewVC 1.1.26