Skip to content
Snippets Groups Projects
Commit 61121c63 authored by Brandon Rodriguez's avatar Brandon Rodriguez
Browse files

Update gitignore and makefile output

parent 6fb31963
Branches
No related merge requests found
a4
###
# GitIgnore file for C Language projects.
# See https://git-scm.com/docs/gitignore for documentation.
#
# Version 1.0
##
# Ignore environment settings.
.vs/
.vscode/
vs/
vscode/
# Ignore temporary files.
[Tt]emp/
[Tt]empfiles/
[Tt]emp_files/
*.tmp
*.temp
# Ignore compiled files.
*.o
*.obj
*.out
# Ignore logfiles.
[Ll]og/
[Ll]ogs/
*.log
*.log.*
all:
gcc -Wall -Wpedantic -std=c99 *.c -g -o a4 -pthread
gcc -Wall -Wpedantic -std=c99 *.c -g -o a4.out -pthread
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment