diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-08-01 21:04:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-01 21:04:28 -0400 |
commit | 201418cd4d3e0c96b8f7f99e6242f2a08b5041b7 (patch) | |
tree | 57cbe7905db69e8f7e88327c0d665b49f2dd67fb /tools/jsonproc | |
parent | 00cf527c16d02fc912666d97a49dc7fedf996225 (diff) | |
parent | 6032159d1bc099d4ed112e5e387ebba1d35fe6a9 (diff) |
Merge pull request #87 from PikalaxALT/title_screen
Title screen
Diffstat (limited to 'tools/jsonproc')
-rw-r--r-- | tools/jsonproc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jsonproc/Makefile b/tools/jsonproc/Makefile index b415e7b41..721da1025 100644 --- a/tools/jsonproc/Makefile +++ b/tools/jsonproc/Makefile @@ -8,7 +8,7 @@ SRCS := jsonproc.cpp HEADERS := jsonproc.h inja.hpp nlohmann/json.hpp -.PHONY: clean +.PHONY: all clean all: jsonproc @: |