diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-08 16:08:28 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2017-01-08 16:08:28 +0100 |
commit | 9b2fab1ca997ee825c36dad9128b2897b483d131 (patch) | |
tree | 6f018e965c506082cdeaee1a2b9bf9000361587f /utils/nwztools/upgtools/Makefile | |
parent | 1895af8e15474f87b6b34ca7a4e04425cf36c7ec (diff) |
Makefile cleanups
Change-Id: I69b8b81d357553c979682d42097eba864c951512
Diffstat (limited to 'utils/nwztools/upgtools/Makefile')
-rw-r--r-- | utils/nwztools/upgtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/nwztools/upgtools/Makefile b/utils/nwztools/upgtools/Makefile index 57525c1770..fcfc889ae6 100644 --- a/utils/nwztools/upgtools/Makefile +++ b/utils/nwztools/upgtools/Makefile @@ -3,8 +3,8 @@ CC=gcc CXX=g++ LD=g++ PROFILE= -CFLAGS=-g $(PROFILE) -std=c99 -W -Wall $(DEFINES) `pkg-config --cflags libcrypto++` -CXXFLAGS=-g $(PROFILE) -W -Wall $(DEFINES) `pkg-config --cflags libcrypto++` +CFLAGS=-g $(PROFILE) -std=c99 -Wall $(DEFINES) `pkg-config --cflags libcrypto++` +CXXFLAGS=-g $(PROFILE) -Wall $(DEFINES) `pkg-config --cflags libcrypto++` LDFLAGS=$(PROFILE) `pkg-config --libs libcrypto++` -lpthread BINS=upgtool |