Makefile 111 B

12345
  1. run: build
  2. ./magic 2 9 500000 1000000
  3. build: Main.c
  4. gcc -o magic Main.c -Wall -Wextra -pedantic -Werror -O3