Initial commit

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2024-04-02 13:30:04 +00:00
commit c4546b7883
Signed by: vbatts
GPG key ID: E30EFAA812C6E5ED
5 changed files with 100 additions and 0 deletions

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
main: main.c
gcc $(shell pkg-config --cflags gtk4) -o $@ $< $(shell pkg-config --libs gtk4)