Compare commits
2 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e1b80b42d9 | ||
|
|
dab86925b4 |
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -159,4 +159,4 @@ jobs:
|
|||||||
body: Automated release based on tag ${{ github.ref_name }}
|
body: Automated release based on tag ${{ github.ref_name }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }}
|
prerelease: ${{ startsWith(github.ref_name, 'prerelease-') }}
|
||||||
artifacts: "./artifacts/*"
|
artifacts: "./artifacts/**/*"
|
||||||
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ windows: $(CFILES) $(LEXER_C) $(LEXER_H)
|
|||||||
echo -n "external/libdye/src/dye.c " ; \
|
echo -n "external/libdye/src/dye.c " ; \
|
||||||
find src -name '*.c' -print0 | xargs -0 echo -n) > sources.txt
|
find src -name '*.c' -print0 | xargs -0 echo -n) > sources.txt
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
gcc -O3 -march=native -o $(BINARY) @sources.txt $(CFLAGS)
|
gcc -O3 -march=native -o $(BINARY) @sources.txt $(CFLAGS) -lbcrypt
|
||||||
|
|
||||||
native: $(CFILES) $(LEXER_C) $(LEXER_H)
|
native: $(CFILES) $(LEXER_C) $(LEXER_H)
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
|
|||||||
Reference in New Issue
Block a user