Skip to content

Commit

Permalink
add perf target to windows makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Cornu, Marcel D <[email protected]>
  • Loading branch information
mdcornu authored and pablodelara committed Nov 19, 2024
1 parent 496255c commit 00d6e6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.nmake
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ perfs = \

perfs: lib $(perfs)
$(perfs): $(@B).obj
perf: $(perfs)
!$?

progs = \
igzip.exe
Expand Down
2 changes: 2 additions & 0 deletions tools/gen_nmake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ endif
@echo '' >> $@
@echo 'perfs: lib $$(perfs)' >> $@
@echo '$$(perfs): $$(@B).obj' >> $@
@echo 'perf: $$(perfs)' >> $@
@echo ' !$$?' >> $@
@echo '' >> $@
@printf 'progs =' >> $@
@$(foreach prog, $(notdir $(bin_PROGRAMS)), printf " %s\n\t%s.exe" \\ $(prog) >> $@; )
Expand Down

0 comments on commit 00d6e6f

Please sign in to comment.