Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Commit

Permalink
add Makefile
Browse files Browse the repository at this point in the history
Create a dummy Makefile to start work on the build system.
  • Loading branch information
Scosh committed Nov 17, 2017
1 parent 0b7cf37 commit 665b362
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
clean:
# add Python script
upload:
git add --all
git commit

generate:
inkscape --export-plain-svg --export-text-to-path
inkscape --export-png

export-svg:
inkscape --export-plain-svg --export-text-to-path

export-png:
inkscape --export-png

0 comments on commit 665b362

Please sign in to comment.