summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2018-06-06 17:00:21 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2018-06-06 17:00:21 +0200 |
commit | daa6c9b3fa9a62d3f6a1a696f67976e904d641b9 (patch) | |
tree | b4a599ef48871050dbfe78dae0397ad67d491ed5 /Makefile | |
parent | 82081d45fd64294f4bc417085e06284f3487b32f (diff) |
...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ else debug_run: $(MAKE) debug_rebuild $(DIALYZER_EXEC) --check_plt --plt $(DIALYZER_PLT_FILE) - $(DIALYZER_EXEC) --get_warnings $(ERL_SRC_FILES) \\ + $(DIALYZER_EXEC) --get_warnings $(ERL_SRC_FILES) \ --src --plt $(DIALYZER_PLT_FILE) endif |