diff --git a/Makefile.am b/Makefile.am index b54b9a91..ebdd572d 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)