mirror of
https://github.com/safiire/n65.git
synced 2024-12-13 06:29:16 +00:00
4 lines
60 B
Makefile
4 lines
60 B
Makefile
|
|
build: convert
|
|
clang++ source/*.cpp -I include -o convert
|