Revision 8939,
310 bytes
checked in by ghudson, 28 years ago
(diff) |
A Makefile to install the stuff in here.
|
Rev | Line | |
---|
[8939] | 1 | # $Id: Makefile,v 1.1 1996-09-20 05:01:46 ghudson Exp $ |
---|
| 2 | |
---|
| 3 | SHELL=/bin/sh |
---|
| 4 | |
---|
| 5 | all: |
---|
| 6 | cd platform/${HOSTTYPE} && ${MAKE} $@ |
---|
| 7 | |
---|
| 8 | check: |
---|
| 9 | cd platform/${HOSTTYPE} && ${MAKE} $@ |
---|
| 10 | |
---|
| 11 | install: |
---|
| 12 | cd platform/${HOSTTYPE} && ${MAKE} $@ |
---|
| 13 | |
---|
| 14 | clean: |
---|
| 15 | cd platform/${HOSTTYPE} && ${MAKE} $@ |
---|
| 16 | |
---|
| 17 | distclean: |
---|
| 18 | cd platform/${HOSTTYPE} && ${MAKE} $@ |
---|
Note: See
TracBrowser
for help on using the repository browser.