Skip to content

Commit

Permalink
Fix to make afen installable
Browse files Browse the repository at this point in the history
  • Loading branch information
satk0 authored and trufae committed May 20, 2024
1 parent 306cc36 commit eef6f4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.acr
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ help:

# @echo " install-yara{2,3} - install Yara 2 or 3 from Git"

afen:
$(MAKE) -C afen
baleful:
$(MAKE) -C baleful
debug unicorn:
Expand Down Expand Up @@ -54,6 +56,8 @@ yara:
$(MAKE) -C yara/$@
yara-clean:
$(MAKE) -C yara/yara clean
afen-install:
$(MAKE) -C afen install DESTDIR=$(DESTDIR)
baleful-install:
$(MAKE) -C baleful install DESTDIR=$(DESTDIR)
debug-install unicorn-install:
Expand Down

0 comments on commit eef6f4a

Please sign in to comment.