5752156 [rkeene@sledge /home/rkeene/devel/old/encrypt]$ cat -n Makefile
 1 CC = gcc
 2 CFLAGS = -O3 -Wall
 3 LIBS = encrypt.o
 4 BINS = test
 5 
 6 
 7 all: bin
 8 
 9 bin: encrypt.o test
10 
11 test: encrypt.o test.c
12 
13 clean:
14     rm -f $(LIBS) $(BINS) core
15 
16 encrypt.o: encrypt.c
17 compress.o: compress.c
5752157 [rkeene@sledge /home/rkeene/devel/old/encrypt]$

Click here to go back to the directory listing.
Click here to download this file.
last modified: 2000-02-06 17:11:31