diff options
| author | Miguel <m.i@gmx.at> | 2018-10-10 10:15:49 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-10-10 10:15:49 +0200 |
| commit | e9495844291a85a1f7ba3c76742a0dd1bf574e5f (patch) | |
| tree | a0d2ba779ed8e471758a77745250731a1596182b /userspace/cpp/Makefile | |
| parent | 63e5017d9863d4ed215782e469e8ee2c6ff8473d (diff) | |
hosted gcc compiler
Diffstat (limited to 'userspace/cpp/Makefile')
| -rw-r--r-- | userspace/cpp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/userspace/cpp/Makefile b/userspace/cpp/Makefile new file mode 100644 index 0000000..7623325 --- /dev/null +++ b/userspace/cpp/Makefile @@ -0,0 +1,6 @@ +CXX=i686-foolos-g++ + +testcpp: + +clean: + rm -f testcpp |
