Skip to content

Commit

Permalink
rtfm
Browse files Browse the repository at this point in the history
  • Loading branch information
c3rb3ru5d3d53c committed Nov 14, 2021
1 parent 5a14939 commit bc89a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ dist/**
samples/**
dump.bin
*.yara
*.traits
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ traits-combine: check-parameter-source check-parameter-dest check-parameter-type
@rm -rf dist/${type}/

traits-clean: check-parameter-remove check-parameter-source check-parameter-dest
awk 'NR==FNR{a[$$0];next} !($$0 in a)' ${remove} ${source} | sort | uniq | grep -Pv '^(\?\?\s?)+$$' > out.traits
awk 'NR==FNR{a[$$0];next} !($$0 in a)' ${remove} ${source} | sort | uniq | grep -Pv '^(\?\?\s?)+$$' > ${dest}

check-parameter-remove:
@if [ -z ${remove} ]; then \
Expand Down

0 comments on commit bc89a5b

Please sign in to comment.