Skip to content
This repository has been archived by the owner on Jun 8, 2018. It is now read-only.

Commit

Permalink
relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas committed Jun 8, 2018
1 parent 6a0cd28 commit 200d34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build-dir:
mkdir -p "./build/"

font2openvg: build-dir ./src/font2openvg.cpp
g++ $(GCC_INCLUDEFLAGS) src/font2openvg.cpp -o build/font2openvg $(GCC_LIBFLAGS)
g++ $(GCC_INCLUDEFLAGS) ./src/font2openvg.cpp -o ./build/font2openvg $(GCC_LIBFLAGS)

0 comments on commit 200d34b

Please sign in to comment.