~ashpool/randrd

Makefile: fix/change macro behaviour

- fix incorrect $(CFLAGS) usage
- use -O0 optimization by default in CFLAGS
- suggest DEFINE for preprocessor macro definitions
change how the _PATH_ETC macro behaves

- stop overriding _PATH_ETC if defined via cmdline
  (allow setting e.g. -D_PATH_ETC=\\\"/home/$(USER)/bin\\\" in CFLAGS)
- if _PATH_ETC is not defined, default to "/etc/randrd"
randrd.c: remove build instructions
.gitignore: add the default binary name
make randrd.c compile on Linux
add a Makefile; add a .gitignore
d21cc02f — elecon 2 years ago
Remember outputs, so we don't emit events twice; Add pledge(2), unveil(2)
8b6d3056 — elecon 2 years ago
Initial commit