reorder
This commit is contained in:
parent
50cfd60560
commit
b9b41be2f4
|
@ -62,3 +62,4 @@ build
|
|||
CMakeCache.txt
|
||||
Makefile
|
||||
src/huffman/testfiles
|
||||
data
|
||||
|
|
|
@ -21,12 +21,13 @@ add_executable( echochar src/echochar.c )
|
|||
add_executable( euler src/euler.c )
|
||||
add_executable( factorial src/factorial.c )
|
||||
add_executable( fail src/fail.c )
|
||||
add_executable( fib src/fib.c )
|
||||
add_executable( fread src/fread.c )
|
||||
add_executable( hello-world src/hello-world.c )
|
||||
add_executable( options src/options.c )
|
||||
add_executable( pointermagic src/pointermagic.c )
|
||||
add_executable( primenumbers src/primenumbers.c )
|
||||
add_executable( print-syste-constants src/print-system-constants.c)
|
||||
add_executable( print-syste-constants src/print-system-constants.c )
|
||||
add_executable( quersumme src/quersumme.c )
|
||||
add_executable( readfile src/readfile.c )
|
||||
add_executable( redefinition src/redefinition.c )
|
||||
|
|
Loading…
Reference in New Issue