]> Shamusworld >> Repos - init-ng/blob - Makefile
Remove binary. How did that sneak in there? :-P
[init-ng] / Makefile
1 # Doesn't need to be more complex than this
2
3 init-ng: init-ng.c
4         gcc -std=c99 -g init-ng.c -o init-ng
5