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

Update gitignore and makefile

parent b06f612b
Branches
3240Assignment2
###
# 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 3240Assignment2
gcc -Wall -Wpedantic -std=c99 *.c -g -o a2.out
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