OSDN Git Service

352670cb498fe9272a89367b120c7c389d8060b6
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / Helloworld / Makefile
1 # Target specific macros
2 TARGET = helloworld
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