4 lines
48 B
Makefile
4 lines
48 B
Makefile
|
default:
|
||
|
mkdir bin
|
||
|
c++ main.cpp -o bin/primes
|