utfcpp/test_drivers/smoke_test/Makefile
ntrifunovic 06e8c4c627 Added Makefile to build the test programs
git-svn-id: http://svn.code.sf.net/p/utfcpp/code@33 a809a056-fc17-0410-9590-b4f493f8b08e
2006-08-02 01:08:33 +00:00

5 lines
100 B
Makefile

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