diff options
author | Vivek Patel | 2022-12-18 16:20:04 +0000 |
---|---|---|
committer | GitHub | 2022-12-18 16:20:04 +0000 |
commit | 7d6769991b0e62b4cf12766346f7a7df3bc397df (patch) | |
tree | 74f4290f81fd727bcc6c19ece77655958cd80e3e /entries/williamvietnguyen/makefile | |
parent | b69f47912fc5ddc72769d10371166088dc328b3e (diff) | |
parent | 883f7d6767492bd576f37f2b5fd4ada26e55ac83 (diff) |
Merge branch 'main' into gofib
Diffstat (limited to 'entries/williamvietnguyen/makefile')
-rw-r--r-- | entries/williamvietnguyen/makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/entries/williamvietnguyen/makefile b/entries/williamvietnguyen/makefile new file mode 100644 index 0000000..78843cb --- /dev/null +++ b/entries/williamvietnguyen/makefile @@ -0,0 +1,5 @@ +all: + gcc -o fibberoni fibberoni.c + +clean: + -rm -f fibberoni
\ No newline at end of file |