Skip to content

Commit

Permalink
organized scripts into directories
Browse files Browse the repository at this point in the history
  • Loading branch information
WU Jia committed Jul 18, 2014
1 parent 5f86882 commit 283e66f
Show file tree
Hide file tree
Showing 27 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.hg/
build
bin/*
.DS_Store
4 changes: 2 additions & 2 deletions Makeme
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CC=g++
CFLAGS= -g -std=gnu++0x -I /home/jjw036/.local/include -L ~/.local/lib -I /software/boost/1.41.0/include/ -L /software/boost/1.41.0/lib/ -c
LDFLAGS= -L /software/boost/1.41.0/lib/ -lboost_regex
SOURCES=main.cpp SequenceGenerator.cpp
SOURCES=./src/main.cpp ./src/SequenceGenerator.cpp
OBJECTS=$(SOURCES:.cpp=.o)
EXECUTABLE=seqGen
EXECUTABLE=./bin/seqGen

all: $(SOURCES) $(EXECUTABLE)

Expand Down
Binary file removed main.o
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed seqGen
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed SequenceGenerator.o → src/SequenceGenerator.o
Binary file not shown.
File renamed without changes.
Binary file added src/main.o
Binary file not shown.
File renamed without changes.
Binary file removed test.o
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 comments on commit 283e66f

Please sign in to comment.