diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -------------------------------------------------------- |