project setup

This commit is contained in:
2025-09-02 14:43:55 +02:00
commit cae1b7372c
5 changed files with 31 additions and 0 deletions

2
Makefile Normal file
View File

@@ -0,0 +1,2 @@
wallpaper: src/main.c
gcc -Werror -Wall -Wextra -o wallpaper src/main.c