Compiled utility programs for rhel7

This commit is contained in:
2017-01-25 11:37:53 +01:00
parent 6762b0d437
commit 5ed400e2ff
9 changed files with 1205 additions and 5 deletions

View File

@ -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