Last change
on this file since 30 was 25, checked in by bird, 22 years ago |
This commit was generated by cvs2svn to compensate for changes in r24,
which included commits to RCS files with non-trunk default branches.
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
155 bytes
|
Line | |
---|
1 | # a very simple makefile...
|
---|
2 | pmake:
|
---|
3 | @echo 'make started.'
|
---|
4 | cc -I. -c *.c
|
---|
5 | cd lst.lib; cc -I.. -c *.c
|
---|
6 | cc *.o lst.lib/*.o -o pmake
|
---|
7 | @echo 'make completed.'
|
---|
Note:
See
TracBrowser
for help on using the repository browser.