aboutsummaryrefslogtreecommitdiffstats
path: root/build_tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools/Makefile')
-rw-r--r--build_tools/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/build_tools/Makefile b/build_tools/Makefile
index d48017fc2..eb8e6e3a7 100644
--- a/build_tools/Makefile
+++ b/build_tools/Makefile
@@ -15,13 +15,13 @@ else
endif
menuselect: $(MENUSELECT_OBJS)
- $(CC) -g -o $@ $(MENUSELECT_OBJS) $(MENUSELECT_LIBS)
+ $(CC) -g -Wall -o $@ $(MENUSELECT_OBJS) $(MENUSELECT_LIBS)
menuselect.o: menuselect.c menuselect.h
- $(CC) -o $@ $(MENUSELECT_CFLAGS) $<
+ $(CC) -Wall -o $@ $(MENUSELECT_CFLAGS) $<
menuselect_curses.o: menuselect_curses.c menuselect.h
- $(CC) -o $@ $(MENUSELECT_CFLAGS) $(MENUSELECT_INCLUDE) $<
+ $(CC) -Wall -o $@ $(MENUSELECT_CFLAGS) $(MENUSELECT_INCLUDE) $<
clean:
rm -f menuselect *.o