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