Commit e663a6e 1 parent f4450dc commit e663a6e Copy full SHA for e663a6e
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
.PHONY : shak-cli win-shak-cli
2
2
.DEFAULT_GOAL = win-shak-cli
3
3
4
- VERSION = "0.9.041 "
4
+ VERSION = "0.9.042 "
5
5
6
6
shak-cli : src/main.c src/sha1.c src/sha2-32.c src/sha2-64.c src/shacom.c \
7
7
include /shacom.h include/sha1.h include/sha2-32.h include/sha2-64.h
8
8
gcc -Wall -o bin/shak src/main.c src/sha1.c src/sha2-32.c src/sha2-64.c src/shacom.c \
9
- -Iinclude -DGCCVERSION='"gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"' -DSHAKVERSION=$ VERSION
9
+ -Iinclude -DGCCVERSION='"gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0"' -DSHAKVERSION='$( VERSION)'
10
10
11
11
win-shak-cli : src/main.c src/sha1.c src/sha2-32.c src/sha2-64.c src/shacom.c \
12
12
include /shacom.h include/sha1.h include/sha2-32.h include/sha2-64.h
13
13
x86_64-w64-mingw32-gcc.exe -Wall -o bin/shak.exe src/main.c src/sha1.c src/sha2-32.c src/sha2-64.c src/shacom.c \
14
- -Iinclude -DGCCVERSION='"x86_64-w64-mingw32-gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-Builds project) 13.2.0"' -DSHAKVERSION=$ VERSION
14
+ -Iinclude -DGCCVERSION='"x86_64-w64-mingw32-gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-Builds project) 13.2.0"' -DSHAKVERSION='$( VERSION)'
You can’t perform that action at this time.
0 commit comments