This website requires JavaScript.
Explore
Help
Sign In
Studium
/
C_CPP
Watch
2
Star
0
Fork
You've already forked C_CPP
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
8fa0072cec
C_CPP
/
01_ENV
/
build-c.sh
5 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
... Math
2018-03-12 22:36:48 +01:00
#!/usr/bin/env bash
MP01_ Modifikation 1,2,3
2018-03-12 21:11:29 +01:00
bash clean.sh
cleanup
2018-03-12 23:17:36 +01:00
clang-6.0 -c func1.c main.c
MP_01 umgekehrte Rekursion
2018-03-13 12:50:42 +01:00
clang-6.0 -s func1.o main.o -lm