aboutsummaryrefslogtreecommitdiff
path: root/demos/sslecho/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/sslecho/makefile')
-rw-r--r--demos/sslecho/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/sslecho/makefile b/demos/sslecho/makefile
index 6e63991..1e91567 100644
--- a/demos/sslecho/makefile
+++ b/demos/sslecho/makefile
@@ -8,5 +8,7 @@ $(PROG): main.c
$(CC) -O0 -g3 -W -Wall -I../../include -L../../ -o $(PROG) main.c -lssl -lcrypto
+test:
+
clean:
rm -rf $(PROG) *.o *.obj