Skip to content

Commit

Permalink
fdctl: regenerate version.h if agave submodule changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anwayde committed Dec 17, 2024
1 parent 426c43a commit 6cd7cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/fdctl/Local.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ifdef FD_HAS_SSE
include src/app/fdctl/with-version.mk
$(info Using FIREDANCER_VERSION=$(FIREDANCER_VERSION_MAJOR).$(FIREDANCER_VERSION_MINOR).$(FIREDANCER_VERSION_PATCH))

src/app/fdctl/version.h: src/app/fdctl/version.mk
src/app/fdctl/version.h: src/app/fdctl/version.mk agave/Cargo.toml
echo "#define FDCTL_MAJOR_VERSION $(FIREDANCER_VERSION_MAJOR)UL" > $@
echo "#define FDCTL_MINOR_VERSION $(FIREDANCER_VERSION_MINOR)UL" >> $@
echo "#define FDCTL_PATCH_VERSION $(FIREDANCER_VERSION_PATCH)UL" >> $@
Expand Down

0 comments on commit 6cd7cb0

Please sign in to comment.