Use LDFLAGS

This commit is contained in:
ceriel
1987-03-17 16:37:04 +00:00
parent bbce3bd894
commit f95c97b38c
4 changed files with 9 additions and 4 deletions

View File

@@ -3,8 +3,10 @@ h=$(EMHOME)/h
PC_PATH=$(EMHOME)/lib/em_pc
LDFLAGS = -i
em_pc: em_pc.c $h/local.h $h/em_path.h
cc -n -o em_pc -O -I$h em_pc.c
cc $(LDFLAGS) -o em_pc -O -I$h em_pc.c
cmp: em_pc
cmp em_pc $(PC_PATH)