collatz/Makefile

4 lines
49 B
Makefile
Raw Normal View History

2024-07-07 20:39:59 -04:00
default:
g++ main.cpp -o collatz
strip collatz