compiled old sources, compile.sh
This commit is contained in:
parent
3cdbd4878d
commit
a37103e1fc
30 changed files with 2 additions and 0 deletions
BIN
bin/7-teiler
Executable file
BIN
bin/7-teiler
Executable file
Binary file not shown.
BIN
bin/7teiler
Executable file
BIN
bin/7teiler
Executable file
Binary file not shown.
BIN
bin/adder
Executable file
BIN
bin/adder
Executable file
Binary file not shown.
BIN
bin/args
Executable file
BIN
bin/args
Executable file
Binary file not shown.
BIN
bin/ascii
Executable file
BIN
bin/ascii
Executable file
Binary file not shown.
BIN
bin/calculator
Executable file
BIN
bin/calculator
Executable file
Binary file not shown.
BIN
bin/callreference
Executable file
BIN
bin/callreference
Executable file
Binary file not shown.
BIN
bin/complex
Executable file
BIN
bin/complex
Executable file
Binary file not shown.
BIN
bin/echo
Executable file
BIN
bin/echo
Executable file
Binary file not shown.
BIN
bin/echochar
Executable file
BIN
bin/echochar
Executable file
Binary file not shown.
BIN
bin/euler
Executable file
BIN
bin/euler
Executable file
Binary file not shown.
BIN
bin/factorial
Executable file
BIN
bin/factorial
Executable file
Binary file not shown.
BIN
bin/fread
Executable file
BIN
bin/fread
Executable file
Binary file not shown.
BIN
bin/hello-world
Executable file
BIN
bin/hello-world
Executable file
Binary file not shown.
BIN
bin/options
Executable file
BIN
bin/options
Executable file
Binary file not shown.
BIN
bin/pointer-arithmetic
Executable file
BIN
bin/pointer-arithmetic
Executable file
Binary file not shown.
BIN
bin/pointermagic
Executable file
BIN
bin/pointermagic
Executable file
Binary file not shown.
BIN
bin/primenumbers
Executable file
BIN
bin/primenumbers
Executable file
Binary file not shown.
BIN
bin/quersumme
Executable file
BIN
bin/quersumme
Executable file
Binary file not shown.
BIN
bin/readfile
Executable file
BIN
bin/readfile
Executable file
Binary file not shown.
BIN
bin/redefinition
Executable file
BIN
bin/redefinition
Executable file
Binary file not shown.
BIN
bin/redefinition-if
Executable file
BIN
bin/redefinition-if
Executable file
Binary file not shown.
BIN
bin/scnaf-hex-test
Executable file
BIN
bin/scnaf-hex-test
Executable file
Binary file not shown.
BIN
bin/signed-to-unsigned
Executable file
BIN
bin/signed-to-unsigned
Executable file
Binary file not shown.
BIN
bin/sizeofs
Executable file
BIN
bin/sizeofs
Executable file
Binary file not shown.
BIN
bin/sum
Executable file
BIN
bin/sum
Executable file
Binary file not shown.
BIN
bin/tabtest
Executable file
BIN
bin/tabtest
Executable file
Binary file not shown.
BIN
bin/umlaut
Executable file
BIN
bin/umlaut
Executable file
Binary file not shown.
BIN
bin/unary-double-not
Executable file
BIN
bin/unary-double-not
Executable file
Binary file not shown.
2
compile-all.sh
Executable file
2
compile-all.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
for file in $(/bin/ls); do ./compile.sh $file; done
|
Loading…
Add table
Reference in a new issue