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:
authorHarald Wagener <wagener@gmail.com>2020-05-11 00:04:03 +0300
committerGitHub <noreply@github.com>2020-05-11 00:04:03 +0300
commit8e4127360038eddeaddd5f0ea01fe14d452c8dc2 (patch)
tree24d88299e85e31c2fbafdcab499bd7461b96a9fb /GcodeProcessorLib
parent30bb4a3dfc3187fda0816a6a8a1c03cc25c43de2 (diff)
First cut at Makefiles for Linux builds (#4)rc/maintenancerc/devel
Diffstat (limited to 'GcodeProcessorLib')
-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