diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-18 21:06:12 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2024-03-18 21:06:12 +0100 |
commit | 02db796a10c0ab089a35945a0d0896e69e044f58 (patch) | |
tree | c5255c4778ccdd311669927e971d738e314e212e | |
parent | ebe4100f34d1899ced72f43ed055cc21a3e7e1e1 (diff) | |
download | sysc-playground-main.tar.gz sysc-playground-main.zip |
-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 -------------------------------------------------------- |