Skip to content

Commit

Permalink
Merge pull request #244 from rcurtin/dga-detection-makefile-fix
Browse files Browse the repository at this point in the history
Fix DGA detection Makefile
  • Loading branch information
rcurtin authored Feb 24, 2025
2 parents 2378c14 + d949703 commit 06abb71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/lstm/dga_detection/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ LDFLAGS += -fopenmp
# Add header directories for any includes that aren't on the
# default compiler search path.
INCLFLAGS := -I .
INCLFLAGS += -I/home/ryan/src/mlpack/src/
INCLFLAGS += -I/home/ryan/src/ensmallen/include/
# If you have mlpack or ensmallen installed somewhere nonstandard, uncomment and
# update the lines below.
# INCLFLAGS += -I/path/to/mlpack/include/
Expand Down

0 comments on commit 06abb71

Please sign in to comment.