OSDN Git Service

Update samples to nxtOSEK_v212.zip (I did not check their licenses.)
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / SpeedTest / Makefile
1 # Target specific macros
2 TARGET = benchmark
3
4 TARGET_CPP_SOURCES = sample.cpp
5         
6 TOPPERS_OSEK_OIL_SOURCE = ./sample.oil
7
8 # Don't modify below part
9 O_PATH ?= build
10
11 # makefile for C++(.cpp) build
12 include ../../../ecrobot/ecrobot++.mak