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