mv code into src

This commit is contained in:
tqchen
2014-08-15 21:04:23 -07:00
parent 3589e8252f
commit 34dd409c5b
25 changed files with 1 additions and 28 deletions

View File

@@ -10,7 +10,7 @@ OBJ =
all: $(BIN) $(OBJ)
export LDFLAGS= -pthread -lm
xgunity.exe: xgunity.cpp
xgunity.exe: src/xgunity.cpp
$(BIN) :