Initial commit

This commit is contained in:
2022-09-01 20:21:37 +03:00
commit 21ffc18108
2 changed files with 102 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
all:
g++ main.cpp -o gcode_extra
.PHONY: all