feat: primitive makefile

This commit is contained in:
Vitor Gonçalves 2023-05-28 20:48:29 -03:00
parent d1c8a62e51
commit 7ac723e9f7
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
all: build
build:
gcc fc-cli.c -o fc-cli -Wall -Wextra -Wpedantic