debug target

Initial
Stephane Bortzmeyer 24 years ago
parent 0505a6b35d
commit e860fad685

@ -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"

@ -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"

Loading…
Cancel
Save