more testing
[my-code/crypto.git] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..ddd24c4
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+#!/usr/bin/make
+
+CC = gcc
+CFLAGS = -O3 -Wall
+
+TARGETS = test
+
+all: $(TARGETS)
+
+test: des.o
+
+des.o: des.c