added justfile for build recipe
This commit is contained in:
parent
204dc5223d
commit
735d8394fd
2 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
/a.out
|
||||
/pride-c
|
||||
|
|
4
justfile
Normal file
4
justfile
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
build:
|
||||
gcc main.c basic.c full.c -o pride-c
|
||||
|
Loading…
Reference in a new issue