|
|
1.1 root 1: # Simple Coherent makefile for echo driver
2:
3: INSTALL_DIR=..
4:
5: all: $(INSTALL_DIR)/Driver.o
6:
7: $(INSTALL_DIR)/Driver.o: echo.c
8: $(CC) $(CFLAGS) -o $(INSTALL_DIR)/Driver.o -c echo.c
9:
10: install:
11:
12: clean:
13: rm -f $(INSTALL_DIR)/Driver.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.