summaryrefslogtreecommitdiff
path: root/utils/nwztools/emmctools
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/emmctools')
-rw-r--r--utils/nwztools/emmctools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nwztools/emmctools/Makefile b/utils/nwztools/emmctools/Makefile
index 953757fdab..15f8bf8d17 100644
--- a/utils/nwztools/emmctools/Makefile
+++ b/utils/nwztools/emmctools/Makefile
@@ -1,7 +1,7 @@
1DEFINES= 1DEFINES=
2CC=gcc 2CC=gcc
3LD=gcc 3LD=gcc
4CFLAGS=-g -std=c99 -W -Wall $(DEFINES) 4CFLAGS=-g -std=c99 -Wall $(DEFINES)
5LDFLAGS= 5LDFLAGS=
6BINS=emmctool 6BINS=emmctool
7 7