diff options
Diffstat (limited to 'src/gnu')
-rw-r--r-- | src/gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu/Makefile b/src/gnu/Makefile index 8c3991d..bdb1de9 100644 --- a/src/gnu/Makefile +++ b/src/gnu/Makefile @@ -13,8 +13,8 @@ LIB = # try to uncomment and edit the settings below. # The default settings below work with a libgnu.a in the current directory, # copied from any libgnu.a built with the regex module. -#INC = -I. -DREX_GNU_INCLUDE='"regex.h"' -#LIB = -L. -lgnu +INC = -I. -DREX_GNU_INCLUDE='"regex.h"' +LIB = -L. -lgnu # Regex library name REGNAME = gnu |