Skip to content

Commit

Permalink
trying to sync all projects into one super project
Browse files Browse the repository at this point in the history
  • Loading branch information
posixninja committed Nov 11, 2010
1 parent 5a29d40 commit 4bb4561
Show file tree
Hide file tree
Showing 9 changed files with 700 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
staging
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -13,3 +13,6 @@
[submodule "doctors"] [submodule "doctors"]
path = doctors path = doctors
url = git@github.com:Chronic-Dev/doctors.git url = git@github.com:Chronic-Dev/doctors.git
[submodule "medicine"]
path = medicine
url = git@github.com:Chronic-Dev/medicine.git
674 changes: 674 additions & 0 deletions LICENCE

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions Makefile
@@ -1,13 +1,30 @@
all: all:
mkdir -p ./staging

make -C cyanide make -C cyanide
mkdir -p ./staging/cyanide
cp -R ./cyanide/payloads ./staging/cyanide/payloads

make -C anthrax make -C anthrax
mkdir -p ./staging/anthrax
cp ./anthrax/template.dmg ./staging/anthrax/ramdisk.dmg

make -C libirecovery make -C libirecovery
mkdir -p ./staging/libirecovery
cp libirecovery/libirecovery.a ./staging/libirecovery/libirecovery.a

make -C syringe make -C syringe
mkdir -p ./staging/syringe
cp syringe/libpois0n/libpois0n.a ./staging/syringe/libpois0n.a
cp syringe/syringe/injectpois0n ./staging/injectpois0n

make -C doctors make -C doctors
mkdir -p ./staging/doctor


clean: clean:
make clean -C cyanide make clean -C cyanide
make clean -C anthrax make clean -C anthrax
make clean -C libirecovery make clean -C libirecovery
make clean -C syringe make clean -C syringe
make clean -C doctors make clean -C doctors
rm -rf ./staging
2 changes: 1 addition & 1 deletion anthrax
Submodule anthrax updated 4 files
+674 −0 LICENCE
+3 −4 Makefile
+0 −0 README
+0 −0 src/launchd
2 changes: 1 addition & 1 deletion cyanide
Submodule cyanide updated 2 files
+674 −0 LICENCE
+0 −0 README
2 changes: 1 addition & 1 deletion libirecovery
Submodule libirecovery updated 1 files
+1 −1 LICENCE
1 change: 1 addition & 0 deletions medicine
Submodule medicine added at 61394b

0 comments on commit 4bb4561

Please sign in to comment.