source:
tags/initial/TREEGEN/Makefile
Last change on this file was 2, checked in by oldcode, 24 years ago | |
---|---|
|
|
File size: 142 bytes |
Line | |
---|---|
1 | OBJECTS = base.o defines.o frand.o readcfg.o rns.o sim.o simcfg.o spreadin.o |
2 | |
3 | tg: $(OBJECTS) |
4 | acc -o $@ $(OBJECTS) |
5 | |
6 | .c.o: |
7 | acc -g -c -o $@ $< |
Note: See TracBrowser
for help on using the repository browser.