Makefile: Small reordering

Define |PEGJS_VERSION| before it is used. While defining it after its
first use was OK technically, it made the code a tiny bit harder to
read.
redux
David Majda 12 years ago
parent a7584fa878
commit d742ca5dc6

@ -1,3 +1,7 @@
# ===== Variables =====
PEGJS_VERSION = `cat $(VERSION_FILE)`
# ===== Directories =====
SRC_DIR = src
@ -35,10 +39,6 @@ JASMINE_NODE = jasmine-node
PEGJS = $(BIN_DIR)/pegjs
BENCHMARK_RUN = $(BENCHMARK_DIR)/run
# ===== Variables =====
PEGJS_VERSION = `cat $(VERSION_FILE)`
# ===== Preprocessor =====
# A simple preprocessor that recognizes two directives:

Loading…
Cancel
Save