diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-11 17:54:19 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-11 17:54:19 +0300 |
commit | 8f1e6faa7f548c9a8bcbcac71c8f239a6540b926 (patch) | |
tree | dd5dfec60de8e52472fe8db2b5ae66010d5dc1d3 /examples/Makefile | |
parent | 5cfe6cdf6af2d630d21871f9193fc1b4a7db24ff (diff) | |
download | magi-8f1e6faa7f548c9a8bcbcac71c8f239a6540b926.tar magi-8f1e6faa7f548c9a8bcbcac71c8f239a6540b926.tar.xz magi-8f1e6faa7f548c9a8bcbcac71c8f239a6540b926.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 991f936..88af46d 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 echo upload fastcgi +EXAMPLES = append cookie echo upload # Specify your favourite C compiler here (e.g. tcc): CC = gcc |