5 lines
202 B
Meson
5 lines
202 B
Meson
# SPDX-License-Identifier: MIT
|
|
# Copyright 2022 Jookia <contact@jookia.org>
|
|
|
|
project('evtone', 'c', default_options: ['warning_level=3', 'c_std=gnu11'])
|
|
executable('evtone', 'evtone.c', install : true)
|