From d36536e3743f5868f39908762bdab728802232b3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Tue, 25 Jun 2019 15:26:46 +0200 Subject: Use 'arduino-mk' as build system. It feels simpler than `arduino-builder` and we can rely on more OS-shipped components. Also for some reason with `arduino-builder` weak symbols don't always seem to be overriden properly. --- .kaleidoscope-builder.conf | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .kaleidoscope-builder.conf (limited to '.kaleidoscope-builder.conf') diff --git a/.kaleidoscope-builder.conf b/.kaleidoscope-builder.conf deleted file mode 100644 index 72af0b9..0000000 --- a/.kaleidoscope-builder.conf +++ /dev/null @@ -1,4 +0,0 @@ -DEFAULT_SKETCH="model01" -if [ -n "${XDG_RUNTIME_DIR+x}" ]; then - KALEIDOSCOPE_TEMP_PATH="$XDG_RUNTIME_DIR/kaleidoscope" -fi -- cgit v1.2.3