aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bd9b8f0..2daba0a 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ ifeq ($V,1)
CCTEST_FLAGS += --verbose
endif
-SIMS= $(wildcard src/*.cc)
+SIMS = $(wildcard src/*.cc)
BINS = $(SIMS:src/%.cc=BUILD/pg-%)
# -- SYSTEMC PLAYGROUND --------------------------------------------------------