Skip to content

Commit 06abb71

Browse files
authored
Merge pull request #244 from rcurtin/dga-detection-makefile-fix
Fix DGA detection Makefile
2 parents 2378c14 + d949703 commit 06abb71

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cpp/lstm/dga_detection/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ LDFLAGS += -fopenmp
1919
# Add header directories for any includes that aren't on the
2020
# default compiler search path.
2121
INCLFLAGS := -I .
22-
INCLFLAGS += -I/home/ryan/src/mlpack/src/
23-
INCLFLAGS += -I/home/ryan/src/ensmallen/include/
2422
# If you have mlpack or ensmallen installed somewhere nonstandard, uncomment and
2523
# update the lines below.
2624
# INCLFLAGS += -I/path/to/mlpack/include/

0 commit comments

Comments
 (0)