rules 64 B

123456
  1. #!./mk
  2. goal a.out hello.c && {
  3. $CC $CFLAGS -o hello hello.c
  4. }