]> Shamusworld >> Repos - init-ng/blob - Makefile
Added version which conforms to openrc coding guidelines.
[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 -D_DEFAULT_SOURCE init-ng.c -o init-ng
5