Skip to content

Instantly share code, notes, and snippets.

@Elecon-rou
Created January 26, 2017 22:35
Show Gist options
  • Save Elecon-rou/ab3baeabc8ee330347fd72e1263a9434 to your computer and use it in GitHub Desktop.
Save Elecon-rou/ab3baeabc8ee330347fd72e1263a9434 to your computer and use it in GitHub Desktop.
Build test source files with mk ('mk source' for source.c)
cc = gcc
%: %.c
$cc -g $prereq -o $target.elf
clean:V:
rm -f *.elf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment