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