mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Updated Makefile comments
This commit is contained in:
parent
5f30597e93
commit
5e36310850
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -8,7 +8,7 @@ version = $(shell awk 'BEGIN { FS="\"" } /^\#define VERSION / { print $$2 }' con
|
|||
CC ?= cc
|
||||
CFLAGS ?= -Wall -O2
|
||||
|
||||
# Run `make DEBUG=1` or uncomment the next 2 lines to enable debug compile flags
|
||||
# Run `make DEBUG=1` or uncomment the next 3 lines to enable debug compile flags
|
||||
# define DEBUG
|
||||
# 1
|
||||
# endef
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue