Skip to content

Commit

Permalink
switch to gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
EffinMaggie committed Aug 13, 2016
1 parent 52d9203 commit 1004255
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
*.swp
*.svg
topologic
!include/topologic
include/ef.gy
topologic.js
topologic-glut
!src/topologic*
topologic-json.js
!topologic-json.svg
documentation/html
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "dependencies/libefgy"]
path = dependencies/libefgy
url = https://github.com/ef-gy/libefgy.git
branch = master
1 change: 1 addition & 0 deletions dependencies/libefgy
Submodule libefgy added at bb6ef6
1 change: 1 addition & 0 deletions include/ef.gy
7 changes: 0 additions & 7 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
NAME:=topologic
VERSION:=8

.third-party/libefgy/include/ef.gy/base.mk:
mkdir .third-party || true
cd .third-party && git clone git://github.com/ef-gy/libefgy.git

include/ef.gy/base.mk: .third-party/libefgy/include/ef.gy/base.mk
ln -sfn ../.third-party/libefgy/include/ef.gy include/ef.gy

LIBRARIES:=libxml-2.0
FRAMEWORKS:=

Expand Down

0 comments on commit 1004255

Please sign in to comment.