1 CC = gcc
2 CFLAGS = -O3 -Wall
3 LIBS = encrypt.o
4 BINS = test
5 6 7all: bin
8 9bin: encrypt.o test
1011test: encrypt.o test.c
1213clean:
14 rm -f $(LIBS) $(BINS) core1516encrypt.o: encrypt.c
17compress.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