]> Joshua Wise's Git repositories - netwatch.git/blob - elfload/Makefile
b6bb390dd2598376e441dfd8308e6e3e7f4c84a2
[netwatch.git] / elfload / Makefile
1 loader:
2         gcc loader.c -o loader
3
4 clean:
5         rm -f loader
This page took 0.013442 seconds and 2 git commands to generate.