]>
Commit | Line | Data |
---|---|---|
c801d85f KB |
1 | # |
2 | # File: makefile.unx | |
3 | # Author: Julian Smart | |
a4294b78 | 4 | # Created: 1998 |
c801d85f | 5 | # Updated: |
a4294b78 | 6 | # Copyright: (c) 1998 Julian Smart |
c801d85f KB |
7 | # |
8 | # "%W% %G%" | |
9 | # | |
a4294b78 | 10 | # Makefile for internat example (UNIX). |
c801d85f | 11 | |
a4294b78 | 12 | PROGRAM=internat |
c801d85f | 13 | |
a4294b78 | 14 | OBJECTS=$(PROGRAM).o |
c801d85f | 15 | |
a4294b78 | 16 | include ../../src/makeprog.env |
c801d85f | 17 |