Skip to content
Snippets Groups Projects
Commit e152391e authored by Aaron's avatar Aaron
Browse files

re-add clean to gitversion make. Thanks to @agordon for the insight.

parent 048c1d24
No related branches found
No related tags found
No related merge requests found
......@@ -130,5 +130,5 @@ gitversion:
mkdir -p ./src/utils/version ; \
echo "Updating version file." ; \
printf "#ifndef VERSION_H\n#define VERSION_H\n\n#define VERSION \"$${GIT_VERSION}\"\n\n#endif /* VERSION_H */\n" > $(VERSION_FILE) ; \
$(MAKE); \
$(MAKE) clean; \
fi )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment