rename project to 'foot'

This commit is contained in:
Daniel Eklöf 2019-07-11 20:10:59 +02:00
parent 6e4c31960a
commit 6077b57ca5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
project('f00ter', 'c',
project('foot', 'c',
version: '0.9.0',
license: 'MIT',
default_options: [
@ -58,7 +58,7 @@ foreach prot : [
endforeach
executable(
'f00ter',
'foot',
'commands.c', 'commands.h',
'csi.c', 'csi.h',
'font.c', 'font.h',