Browse Source

added warnings

tags/v1.0.0
Pascal Gloor 5 years ago
parent
commit
da900a41b1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
CC := gcc
CCFLAGS := -g
CCFLAGS := -Wall -g
LDFLAGS := -lnetfilter_queue

TARGETS:= dhcp_protect

Loading…
Cancel
Save