mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added Software Engineering II code
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CFLAGS = -Wall -fpic -coverage -lm -std=c99 -ftest-coverage -fprofile-arcs
|
||||
|
||||
all:
|
||||
gcc -o testme -g testme.c $(CFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f testme testmeresults.out
|
||||
Reference in New Issue
Block a user