aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-18 21:06:12 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-03-18 21:06:12 +0100
commit02db796a10c0ab089a35945a0d0896e69e044f58 (patch)
treec5255c4778ccdd311669927e971d738e314e212e
parentebe4100f34d1899ced72f43ed055cc21a3e7e1e1 (diff)
downloadsysc-playground-main.tar.gz
sysc-playground-main.zip
make: fix indentHEADmain
-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 --------------------------------------------------------