Skip to content

Instantly share code, notes, and snippets.

@xomachine
Last active February 4, 2018 17:44
Show Gist options
  • Save xomachine/5d8717e2a2908994019aee6fc3150fe8 to your computer and use it in GitHub Desktop.
Save xomachine/5d8717e2a2908994019aee6fc3150fe8 to your computer and use it in GitHub Desktop.
diff --git a/tools/Makefile b/tools/Makefile
index 2242203..b3f94b6 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -15,7 +15,7 @@ clean:
$(RM) -r $(SRCDIR)/nimcache $(SIGSEARCH) $(DLLPARSER)
$(SIGSEARCH):
- $(NIMC) c $(ADDITIONALARGS) -o:$(SIGSEARCH) $(SRCDIR)/sigsearch.nim
+ $(NIMC) --listCmd c $(ADDITIONALARGS) -o:$(SIGSEARCH) $(SRCDIR)/sigsearch.nim
$(DLLPARSER):
- $(NIMC) c $(ADDITIONALARGS) -o:$(DLLPARSER) $(SRCDIR)/dllparser.nim
+ $(NIMC) --listCmd c $(ADDITIONALARGS) -o:$(DLLPARSER) $(SRCDIR)/dllparser.nim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment