Added -Wall option to the smoketest Makefile

git-svn-id: http://svn.code.sf.net/p/utfcpp/code@54 a809a056-fc17-0410-9590-b4f493f8b08e
This commit is contained in:
ntrifunovic 2006-09-04 00:46:12 +00:00
parent dc0adbba22
commit 6b52119dde

View file

@ -1,5 +1,5 @@
CC = g++
CFLAGS = -g
CFLAGS = -g -Wall
smoketest: test.cpp ../../source/utf8.h
$(CC) $(CFLAGS) test.cpp -osmoketest