mirror of
https://framagit.org/bortzmeyer/echoping
synced 2024-11-03 03:40:33 +00:00
debug target
This commit is contained in:
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…
Reference in New Issue
Block a user