Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GcodeProcessorLib/Makefile')
-rw-r--r--GcodeProcessorLib/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/GcodeProcessorLib/Makefile b/GcodeProcessorLib/Makefile
new file mode 100644
index 0000000..122f959
--- /dev/null
+++ b/GcodeProcessorLib/Makefile
@@ -0,0 +1,6 @@
+all:
+ g++ -c *.cpp
+
+
+clean:
+ rm -f *.o