Created
January 26, 2017 22:35
-
-
Save Elecon-rou/ab3baeabc8ee330347fd72e1263a9434 to your computer and use it in GitHub Desktop.
Build test source files with mk ('mk source' for source.c)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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