Compare commits
1 Commits
prerelease
...
prerelease
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dab86925b4 |
2
Makefile
2
Makefile
@@ -29,7 +29,7 @@ windows: $(CFILES) $(LEXER_C) $(LEXER_H)
|
||||
echo -n "external/libdye/src/dye.c " ; \
|
||||
find src -name '*.c' -print0 | xargs -0 echo -n) > sources.txt
|
||||
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)
|
||||
mkdir -p bin
|
||||
|
||||
Reference in New Issue
Block a user