Skip to content

Commit d9a9c03

Browse files
author
Szymański Rajmund
committedMar 8, 2021
reorganize project
1 parent 30d5b87 commit d9a9c03

File tree

113 files changed

+143
-371605
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+143
-371605
lines changed
 

‎.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "common"]
2+
path = common
3+
url = https://github.com/stateos/common

‎.test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ do
1212
rm -f src/main.*
1313
echo $file
1414
cp $file src/main.c
15-
make all -f makefile.gnucc
15+
make all -f examples_c.make
1616
done
1717

1818
for file in examples/*.cpp_
1919
do
2020
rm -f src/main.*
2121
echo $file
2222
cp $file src/main.cpp
23-
make all -f makefile.gnucc
23+
make all -f examples_cpp.make
2424
done

0 commit comments

Comments
 (0)