Added rule version.h: $(ROOT_PATH)/VERSION
This commit is contained in:
parent
cf5821d4ef
commit
ed94f08b4e
@ -36,6 +36,9 @@ testall:
|
||||
$(MAKE) -C test testall
|
||||
|
||||
|
||||
version.h: $(ROOT_PATH)/VERSION
|
||||
echo '#define MAXSCALE_VERSION "'`cat $(ROOT_PATH)/VERSION`'"' > $(ROOT_PATH)/include/version.h
|
||||
|
||||
utils:
|
||||
$(MAKE) -C $(UTILS_PATH) clean all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user