|
|
1.1 ! root 1: CFLAGS=-g ! 2: ! 3: all: polypr polypic ! 4: ! 5: polypr: polypr.c /usr/include/poly.h ! 6: $(CC) $(CFLAGS) -o polypr polypr.c ! 7: ! 8: polypic: polypic.c /usr/include/poly.h ! 9: $(CC) $(CFLAGS) -o polypic polypic.c ! 10: ! 11: ! 12: clean: ! 13: rm polypr polypic ! 14: ! 15: install: polypr polypic ! 16: cp polypic polypr /usr/bin
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.