diff --git a/Makefile b/Makefile index c2b617ff8f32bd5f37252f87c74e3d9cb79df88b..20b6c1ce6ea5ffa6d9e33e40787db91169864df2 100644 --- a/Makefile +++ b/Makefile @@ -28,3 +28,5 @@ install_daemon: goatherd install -D -t ${DESTDIR}/usr/sbin goatherd install: install_pam install_daemon + +.PHONY: all clean test test_pg test_sqlite install install_daemon install_pam