BinaryCodedGeneticAlgorithm/makefile

3 lines
46 B
Makefile
Raw Normal View History

2022-03-29 16:05:48 +03:00
main.exe: main.cpp
g++ -o main.exe main.cpp