source: tags/initial/TREEGEN/Makefile

Last change on this file was 2, checked in by oldcode, 23 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 142 bytes
Line 
1OBJECTS = base.o defines.o frand.o readcfg.o rns.o sim.o simcfg.o spreadin.o
2
3tg: $(OBJECTS)
4        acc -o $@ $(OBJECTS)
5
6.c.o:
7        acc -g -c -o $@ $<
Note: See TracBrowser for help on using the repository browser.