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

Makefile « GcodeProcessorLib - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 122f95900ff27e29b2f19b590262e802a06d4090 (plain)
1
2
3
4
5
6
all:
	g++ -c *.cpp


clean:
	rm -f *.o