diff --git a/Makefile b/Makefile index 87739af..5e2eed5 100644 --- a/Makefile +++ b/Makefile @@ -5,16 +5,17 @@ .PHONY: all src test install uninstall clean -all: src +#all: src test +all: test -src: - $(MAKE) -C src +#src: +# $(MAKE) -C src -test: src +test: $(MAKE) -C test clean: - $(MAKE) -C src clean +# $(MAKE) -C src clean $(MAKE) -C test clean install: