Skip to content

Commit

Permalink
Merge pull request #35 from cduck/master
Browse files Browse the repository at this point in the history
Remove GPL dependencies from repo
  • Loading branch information
EPiQC authored Apr 25, 2019
2 parents 964f676 + 305540c commit 6ff325d
Show file tree
Hide file tree
Showing 59 changed files with 6 additions and 15,702 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CFLAGS=-L ../build/Debug+Asserts/lib \

SCAFFOLD=scaffold

all: Sqct Clang
all: Clang

Clang: llvm build
@cd llvm/tools && /bin/rm -f clang && /bin/ln -s ../../clang;
Expand Down Expand Up @@ -141,12 +141,8 @@ llvm:
Scaffold:
@cd scaffold && make;

Sqct:
@cd Rotations/sqct && make

clean:
@cd Rotations/sqct && make clean
#cd scaffold && make clean
@if [ -d build ]; then cd build && make clean; fi

.PHONY: clean Sqct Scaffold Clang
.PHONY: clean Scaffold Clang
Binary file removed Rotations/gridsynth/gridsynth
Binary file not shown.
14 changes: 0 additions & 14 deletions Rotations/sqct/.gitignore

This file was deleted.

674 changes: 0 additions & 674 deletions Rotations/sqct/COPYING

This file was deleted.

165 changes: 0 additions & 165 deletions Rotations/sqct/COPYING.LESSER

This file was deleted.

Loading

0 comments on commit 6ff325d

Please sign in to comment.