Нет описания

Makefile 93B

    CC=gcc -std=c99 run: mul ./mul mul: main.c $(CC) -ledit main.c -o mul clean: rm -f mul