added Makefile, LIST and .distr

This commit is contained in:
eck 1989-12-18 16:15:07 +00:00
parent 25291680b0
commit dc87f207cd
6 changed files with 30 additions and 0 deletions

View file

@ -0,0 +1,3 @@
LIST
Makefile
errlist.c

View file

@ -0,0 +1 @@
errlist.c

View file

@ -0,0 +1,11 @@
CFLAGS=-L -LIB
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf errlist.o OLIST
errlist.o:

View file

@ -0,0 +1,3 @@
LIST
Makefile
raise.c

View file

@ -0,0 +1 @@
raise.c

View file

@ -0,0 +1,11 @@
CFLAGS=-L -LIB
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf raise.o OLIST
raise.o: