We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadb142 commit 4c92c29Copy full SHA for 4c92c29
makefile
@@ -15,7 +15,7 @@ SOURCES_AES_ACC=$(COMMON) $(wildcard lib/aes_acc/aes*.c)
15
16
NAME=udp2raw
17
TARGETS=amd64 arm amd64_hw_aes arm_asm_aes mips24kc_be mips24kc_be_asm_aes x86 x86_asm_aes mips24kc_le mips24kc_le_asm_aes
18
-TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/udp2raw_\1/g'`
+TAR=${NAME}_binaries.tar.gz `echo ${TARGETS}|sed -r 's/([^ ]+)/udp2raw_\1/g'` version.txt
19
20
all:git_version
21
rm -f ${NAME}
@@ -69,6 +69,7 @@ cross3:git_version
69
${cc_cross} -o ${NAME}_cross -I. ${SOURCES} ${FLAGS} -lrt -static -O3
70
71
release: ${TARGETS}
72
+ cp git_version.h version.txt
73
tar -zcvf ${TAR}
74
75
clean:
0 commit comments