We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ab841 commit 5b52540Copy full SHA for 5b52540
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: examples
2
3
-VERSION = $(shell grep ASYNC_VERSION include/async.h | awk '{print $$3}' | tr -d '"')
+VERSION = $(shell grep ASYNC_VERSION include/async/core.h | awk '{print $$3}' | tr -d '"')
4
5
default: run
6
0 commit comments