Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Jul 12, 2024
1 parent 4979d90 commit c084dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BUILD_DIR=$(CUR_DIR)/build
3RD_PARTY=$(CUR_DIR)/3rdparty
MJOLNIR_DIR=$(CUR_DIR)/../mjolnir

YAR_COMP_VARS=-d filename="XXX" -d filepath="XXX" -d extension="XXX" -d filetype="XXX" -d filemode="0" -d md5="XXX" -d id="1" -d owner="XXX" -d group="XXX" -d unpack_parent="XXX" -d unpack_source="XXX"
YAR_COMP_VARS=-d filename="XXX" -d filepath="XXX" -d extension="XXX" -d filetype="XXX" -d filemode="0" -d md5="XXX" -d id="1" -d owner="XXX" -d group="XXX" -d unpack_parent="" -d unpack_source=""
YAR_SIGS=$(wildcard ./yara/*.yar)

all: clean prereq build
Expand Down

0 comments on commit c084dcf

Please sign in to comment.