]> Joshua Wise's Git repositories - netwatch.git/blob - elfload/Makefile
Modify crc32 users to behave better when crcing multiple things into one CRC.
[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.021208 seconds and 4 git commands to generate.