include local.h from the config dir
This commit is contained in:
parent
df3ae6c2fb
commit
c407a7c642
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue