This website works better with JavaScript.
Explore
Help
Sign In
Unbewohnte
/
cloth_simulation
Watch
1
Star
0
Fork
You've already forked cloth_simulation
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2
Commits
1
Branch
0
Tags
6.1 MiB
Tree:
6403b87fb0
cloth_simulation
/
Makefile
5 lines
82 B
Raw
Normal View
History
Unescape
Escape
base
3 years ago
all
:
g++ -lSDL2 -O2 -Wall -Werror src/*.cpp -o cloth_sim
clean
:
rm -f cloth_sim