Compiled utility programs for rhel7
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
OBJ=asynnet.o rwpuffer.o pmacterm.o
|
||||
OBJ=asynnet.o rwpuffer.o pmacterm.o strlutil.o
|
||||
|
||||
.c.o:
|
||||
$(CC) -c -g $*.c
|
||||
$(CC) -I. -c -g $*.c
|
||||
|
||||
all:pmacterm
|
||||
|
||||
|
Reference in New Issue
Block a user