diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-19 22:44:48 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-19 22:44:48 -0300 |
commit | d23956272f268ff231705a10eca6b0f4b14de94d (patch) | |
tree | 9a1129d2a0c1cbd49f56f03acf12f11d394bb596 /Makefile | |
parent | d9e5e0b38c20fe7757776ce4c0f3ebf7febbeb95 (diff) | |
download | serverdata-d23956272f268ff231705a10eca6b0f4b14de94d.tar.gz serverdata-d23956272f268ff231705a10eca6b0f4b14de94d.tar.bz2 serverdata-d23956272f268ff231705a10eca6b0f4b14de94d.tar.xz serverdata-d23956272f268ff231705a10eca6b0f4b14de94d.zip |
New make target (+fix typo)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ new: build config initdb +asan: buildasan config initdb + server-update: updateconfig updatedb server-updatebuild: build updateconfig updatedb |