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