Skip to content

Commit

Permalink
Add: Full scramble sourcecode + Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Pannek committed Nov 17, 2017
1 parent bab9a3c commit 0d70d60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/scramble/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# scramble util

all: scramble

scramble:
cc -o scramble scramble.c

clean:
-rm -f scramble
2 changes: 2 additions & 0 deletions src/scramble/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This directory contains Marcus Comstedt's 1ST_READ.BIN scrambler, which was
grabbed from his site (http://mc.pp.se/dc/).
File renamed without changes.

0 comments on commit 0d70d60

Please sign in to comment.