mirror of
https://gitlab.com/manzerbredes/chessarbiter.git
synced 2025-04-05 17:46:26 +02:00
6 lines
33 B
Makefile
6 lines
33 B
Makefile
![]() |
|
||
|
|
||
|
|
||
|
main: main.cpp
|
||
|
g++ $^ -o $@
|
||
|
|