index
:
dotfiles
main
my dotfiles
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
essentials
/
nvim
/
templates
/
cpp.make
blob: 474cd786f79c7ae05d124a975ddbe7a9e4fcec24 (
plain
)
1
2
3
4
FILE = $(FILE): $(FILE).cpp c++ -Wall -Werror -ggdb $(FILE).cpp -o $(FILE)