diff options
author | cbdev <cb@cbcdn.com> | 2019-08-23 19:47:53 +0200 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2019-08-23 19:47:53 +0200 |
commit | b4b27aa4a90899d5b025bbef11d444d4c47800d9 (patch) | |
tree | 8b79282091283c52b339e564c92659bdc330c311 /Makefile | |
parent | 93de82b8ccab8fdbeaa2b1847c75488a03340bcc (diff) | |
download | midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.tar.gz midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.tar.bz2 midimonster-b4b27aa4a90899d5b025bbef11d444d4c47800d9.zip |
Finalize & publish maweb backend
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,5 +56,5 @@ run: valgrind --leak-check=full --show-leak-kinds=all ./midimonster sanitize: export CC = clang -sanitize: export CFLAGS = -g -Wall -Wpedantic -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer +sanitize: export CFLAGS += -g -Wall -Wpedantic -fsanitize=address -fsanitize=undefined -fno-omit-frame-pointer sanitize: midimonster backends |