Only added Makefile and .gitignore

This commit is contained in:
Palanix 2021-06-08 15:06:50 +02:00
parent b6b086df16
commit 7e56ce6a4f
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
wayfetch

4
Makefile Normal file
View file

@ -0,0 +1,4 @@
CC=gcc
wayfetch: wayfetch.c
gcc -o wayfetch wayfetch.c