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:
-rw-r--r--.gitignore1
-rw-r--r--GcodeProcessorLib/Makefile6
2 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 7666809..7547a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -346,3 +346,4 @@ ASALocalRun/
healthchecksdb
/DeployCodeToPlugin.bat
/DeployCodeToPlugin_Exclude.txt
+/GcodeProcessorLib/deploy/version.h
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