utfcpp/v2_0/test_drivers/smoke_test/Makefile

6 lines
106 B
Makefile
Raw Normal View History

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