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, 0 insertions, 6 deletions
diff --git a/GcodeProcessorLib/Makefile b/GcodeProcessorLib/Makefile
deleted file mode 100644
index 122f959..0000000
--- a/GcodeProcessorLib/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-all:
- g++ -c *.cpp
-
-
-clean:
- rm -f *.o