debug target

This commit is contained in:
Stephane Bortzmeyer 2001-03-11 12:49:53 +00:00
parent 0505a6b35d
commit e860fad685
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@ MORE_TESTS=test-echoping-crypto
test: check
tests: check
debug:
$(MAKE) CFLAGS='-g -O0'
upload: dist
@echo "Have you updated ChangeLog and tagged (cvs tag RELEASE_x_x_x) everything?"
@echo "If so, make upload-force"

View File

@ -466,6 +466,9 @@ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
test: check
tests: check
debug:
$(MAKE) CFLAGS='-g -O0'
upload: dist
@echo "Have you updated ChangeLog and tagged (cvs tag RELEASE_x_x_x) everything?"
@echo "If so, make upload-force"