Makefile
changeset 0 7f37716d4f1e
child 2 57a1fcb0c75c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile	Sun Aug 05 23:06:42 2007 +0200
@@ -0,0 +1,5 @@
+CFLAGS=-g
+CC=gcc
+
+dictre: load.o dict.o write.o sort.o filter.o main.o
+	$(CC) -o $@ $^