Skip to content

Instantly share code, notes, and snippets.

@jeremy-prater
jeremy-prater / studio7_linux_conversion.sh
Created June 23, 2016 22:26 — forked from rafaelcorsi/AtmelStudio7-make-to-linux.sh
Convert Atmel Studio 7 generated makefile (windows paths) to linux, so you can compile your project from linux
#!/bin/sh
# Rafael Corsi
# corsiferrao@gmail.com
#
# Script to convert makefile generate from atmel studio 7 (windows)
# to linux path, assuming that you have gcc on PATH
#
# based on https://gist.github.com/theterg/6082389
# GPL