Skip to content

Commit

Permalink
Updated filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
3c7 committed Jan 6, 2024
1 parent 086b15b commit 854aa6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
target/release/yari: libyari
cd yari-cli && cargo build -r

libyari: yara
libyari: yari-sys/yara/yara
cd yari-sys && cargo build -r

yara: yari-sys/yara/bootstrap.sh
yari-sys/yara/yara: yari-sys/yara/bootstrap.sh
cd yari-sys/yara && ./bootstrap.sh && CFLAGS="-fPIC ${CFLAGS}" ./configure --enable-debug --disable-shared --enable-static --enable-cuckoo --enable-magic --enable-dotnet --with-crypto && make clean && make

yari-sys/yara/bootstrap.sh:
git submodule update --init --force

.PHONY: clean
clean:
cargo clean
@cd yari-sys/yara 2> /dev/null && make clean

0 comments on commit 854aa6b

Please sign in to comment.