summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Directory reorg: Put renderer into its own subdirjaseg1-35/+0
2019-09-26Add zip generationjaseg1-5/+13
2019-09-26Pogojig mostly done: KiCAD export worksjaseg1-27/+14
2019-09-26Modify for pogojig infrastructurejaseg1-91/+10
2015-09-29Only convert SVG to Asymptote/DXF if necessary.Michael Schwarz1-3/+4
2015-09-16Added some missing comments in the make file.Michael Schwarz1-3/+7
2015-09-16Implemented Asymptote dependency tracking.Michael Schwarz1-5/+5
2015-09-16Convert all SVG file to DXF and Asymptote.Michael Schwarz1-3/+2
2015-09-16Ignore $PYTHONPATH.Michael Schwarz1-1/+1
2015-09-16Only print abstract information about commands being executed.Michael Schwarz1-4/+19
2015-09-16Remove targets when commands fail.Michael Schwarz1-0/+3
2015-08-27Fixed automatism which clobbered file name extensions.Michael Schwarz1-1/+1
2015-08-27Fixed make warning.Michael Schwarz1-1/+1
2015-08-27Makefile: Fixed a potential bug which would include too many files.Michael Schwarz1-1/+1
2015-08-08Makefile: Fixed missing dependencies.Michael Schwarz1-2/+2
2015-08-07Reworked make file.Michael Schwarz1-20/+25
2015-08-07Makefile: Fix duplicate dependency warning.Michael Schwarz1-1/+1
2015-08-07Use Python script to run Asymptote.Michael Schwarz1-1/+1
2015-08-06Integrated Asymptote compilation into makefile.Michael Schwarz1-8/+24
2015-08-06Inkscape export: Renamed module to inkscape.Michael Schwarz1-1/+1
2015-08-06Simplified makefile.Michael Schwarz1-26/+16
2015-03-15Compile OpenSCAD files to DXF.Michael Schwarz1-19/+41
2015-03-09Added makefile targets to build the project to a certain step.Michael Schwarz1-1/+8
2015-03-08Fixed failure when settings.mk or config.mk doesn't exist.Michael Schwarz1-1/+1
2015-03-07Re-compile on makefile change.Michael Schwarz1-4/+7
2015-03-07Support for setting the DXF export quality.Michael Schwarz1-7/+10
2015-03-07makefile: Call find only once.Michael Schwarz1-6/+7
2015-03-07Added a warning for when the src directory contains files with spaces in thei...Michael Schwarz1-0/+4
2014-12-12Added support for recording dependencies while compiling OpenSCAD files.Michael Schwarz1-15/+15
2014-12-10Moved DXF export scripts to separate directory.Michael Schwarz1-1/+2
2014-12-06Replaced Script used for DXF export by more advanced version working with Ink...Michael Schwarz1-1/+1
2014-12-04Make all generated files, even if they're not used by the make file.Michael Schwarz1-3/+3
2014-12-04Let the script to generate the sources also open the resulting files.Michael Schwarz1-1/+1
2014-11-27First version of the template project.Michael Schwarz1-0/+47