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

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


clean:
	rm -f *.o