include local.h from the config dir

This commit is contained in:
ceriel 1991-10-09 15:49:20 +00:00
parent df3ae6c2fb
commit c407a7c642

View file

@ -24,7 +24,7 @@ nem: nem.p
apc -O -i nem.p >emerrs ; mv a.out nem apc -O -i nem.p >emerrs ; mv a.out nem
emdmp: emdmp.c 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: cmp: