index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-085
/
pkmnx
/
c++
/
ch-2
/
Makefile
blob: daa4fd0e5ff47789c92d177909799353a54bcd2e (
plain
)
1
2
3
4
all
:
g++
-o
ch-2
ch-2.cpp
-Wall
-pedantic
-ansi
clean
:
rm
*.o