diff options
Diffstat (limited to 'demos/sslecho/makefile')
-rw-r--r-- | demos/sslecho/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/sslecho/makefile b/demos/sslecho/makefile index 6e639917d4..1e91567277 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 |