utfcpp/test_drivers/smoke_test/Makefile
ntrifunovic 6b52119dde Added -Wall option to the smoketest Makefile
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@54 a809a056-fc17-0410-9590-b4f493f8b08e
2006-09-04 00:46:12 +00:00

5 lines
106 B
Makefile

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