index
:
pub/users/cem/playground.git
master
[no description]
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CPP
/
Basics
/
Ex2
/
Makefile
blob: 93d17b2b3459128f427b8927e62695d83df0b2a3 (
plain
)
1
2
3
4
all: gcc -o gpa CodeDemo.cpp records.cpp -lstdc++ clean: rm gpa