Skip to content

Commit

Permalink
Remove GPL licensed sqct code from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cduck committed Apr 25, 2019
1 parent 984d3db commit 305540c
Show file tree
Hide file tree
Showing 58 changed files with 2 additions and 15,701 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
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 305540c

Please sign in to comment.