ソースを参照

include local.h from the config dir

ceriel 33 年 前
コミット
47390a8b2c
1 ファイル変更1 行追加1 行削除
  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: