Skip to content

Commit

Permalink
Merge pull request #5 from ignxcy/main
Browse files Browse the repository at this point in the history
Added Makefile and gitignore
  • Loading branch information
abrik1 authored Oct 13, 2023
2 parents bd8a49f + 8178e58 commit e9492db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
main
*.out
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
all: build

build:
gcc src/tinyfetch.c -o main

0 comments on commit e9492db

Please sign in to comment.