index
:
c-homework
master
montecarlo
numrep
sin-sum
task3
task4
task5
task6
task7
task8
Computer science homework for MSU
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
blob: 3b59d66e07c97a07deec6be43f470887690a3b58 (
plain
)
1
2
3
4
5
6
montecarlo
:
main
.
c
cc
$^
-o
$@
.PHONY
:
clean
clean
:
rm
-rf
montecarlo