diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-11 15:27:47 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2019-10-11 15:27:47 +0300 |
commit | 75eb52872d4c19eb7988e33f173f2763322ae8ff (patch) | |
tree | 02675927996b1c609291c471f5f8fcc1064795c8 /examples/makefile | |
parent | b0a358a5f2ee27c052c163606a20135f37761884 (diff) | |
download | magi-75eb52872d4c19eb7988e33f173f2763322ae8ff.tar magi-75eb52872d4c19eb7988e33f173f2763322ae8ff.tar.xz magi-75eb52872d4c19eb7988e33f173f2763322ae8ff.zip |
Echo added + http_params fix.
Diffstat (limited to 'examples/makefile')
-rw-r--r-- | examples/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/makefile b/examples/makefile index de6b310..e3205aa 100644 --- a/examples/makefile +++ b/examples/makefile @@ -2,7 +2,7 @@ # DEBUG = yes CC = gcc -EXAMPLES = append cookie upload +EXAMPLES = append cookie upload echo CFLAGS = -xc -ansi -pedantic -Wall ifeq '$(DEBUG)' 'yes' |