Browse Source

include local.h from the config dir

ceriel 33 years ago
parent
commit
47390a8b2c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/em/int/Makefile

+ 1 - 1
doc/em/int/Makefile

@@ -24,7 +24,7 @@ nem:            nem.p
 		apc -O -i nem.p >emerrs ; mv a.out nem
 
 emdmp:          emdmp.c
-		$(CC) -I$(HOME)/h -o emdmp -O emdmp.c
+		$(CC) -I$(HOME)/h -I$(HOME)/config -o emdmp -O emdmp.c
 
 cmp: