diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-28 20:16:57 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-02-28 20:16:57 +0300 |
commit | c65fdedc7bedfc20da73cdbfc34c22bb80139896 (patch) | |
tree | 2b110cb12e91753fbdaf5d94c71c44ce73c9019a /examples/Makefile | |
parent | c11dd93608624593af3fe5a3f2a3eefa56911fe4 (diff) | |
download | magi-c65fdedc7bedfc20da73cdbfc34c22bb80139896.tar magi-c65fdedc7bedfc20da73cdbfc34c22bb80139896.tar.xz magi-c65fdedc7bedfc20da73cdbfc34c22bb80139896.zip |
[magi]
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 28e9bed..f2c366b 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -3,7 +3,7 @@ # Debug mode (allowing to debug the examples via gdb): # DEBUG = yes # Examples to build by default: -EXAMPLES = append cookie upload echo +EXAMPLES = append cookie echo upload fastcgi # Specify your favourite C compiler here (e.g. tcc): CC = gcc |