diff --git a/Makefile.am b/Makefile.am index b54b9a912c996ab26b53c907730586d04b2b0836..ebdd572d9a01889d14cb0bcc3c6961834babd5e9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,9 @@ SUFFIXES = .h BUILT_SOURCES = $(myhtopheaders) $(myhtopplatheaders) htop_SOURCES = $(myhtopheaders) $(myhtopplatheaders) $(myhtopsources) $(myhtopplatsources) config.h +test: + echo "Test suite not integrated yet." + target: echo $(htop_SOURCES)