Skip to content

Commit

Permalink
Makefile: fix missing postbuild rules on continuous run (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kumonda221-CrO3 authored May 29, 2024
1 parent bdb7aa5 commit 798d1fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ tltest-config-coupledL2-test-l2l3l2: tltest-config-user
@cat ./configs/coupledL2-test-l2l3l2.tltest.ini >> ./main/build/tltest.ini
@echo "tltest-config-postbuild: tltest-config-coupledL2-test-l2l3l2" > ./main/build/Makefile.config

tltest-config-postbuild:

tltest-build:
$(MAKE) -C ./main/build -j$(THREADS_BUILD) -s
$(MAKE) -C ./main/build portgen -j$(THREADS_BUILD) -s --always-make
Expand Down

0 comments on commit 798d1fe

Please sign in to comment.