]> Joshua Wise's Git repositories - netwatch.git/blame - elfload/Makefile
Add cross-compile support (for fools like me who build on OS X) to the Makefiles.
[netwatch.git] / elfload / Makefile
CommitLineData
8f946dde 1loader: loader.c
7002eeba 2 gcc loader.c -o loader
3
4clean:
5 rm -f loader
This page took 0.021995 seconds and 4 git commands to generate.