git » sdk » commit 06d4de7

Makefile: Fix target name in PHONY

author Matthew Wild
2023-06-05 18:46:03 UTC
committer Matthew Wild
2023-06-05 18:46:03 UTC
parent 60a5556b553aca0408eb9cd5729443a15b745d9d

Makefile: Fix target name in PHONY

Makefile +1 -1

diff --git a/Makefile b/Makefile
index ab0385e..69c3d25 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 HAXE_PATH=$$HOME/Software/haxe-4.3.1/hxnodejs/12,1,0/src
 
-.PHONY: all run-js
+.PHONY: all run-nodejs
 
 all: test.node.js