OSDN Git Service

Remove all samples. They will work well and useful for reference. But there is no...
[nxt-jsp/etrobo-atk.git] / nxtOSEK / samples_c++ / cpp / Helloworld / Makefile
diff --git a/nxtOSEK/samples_c++/cpp/Helloworld/Makefile b/nxtOSEK/samples_c++/cpp/Helloworld/Makefile
deleted file mode 100644 (file)
index 352670c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Target specific macros
-TARGET = helloworld
-
-TARGET_CPP_SOURCES = sample.cpp
-       
-TOPPERS_OSEK_OIL_SOURCE = ./sample.oil
-
-# Don't modify below part
-O_PATH ?= build
-
-# makefile for C++(.cpp) build
-include ../../../ecrobot/ecrobot++.mak