summaryrefslogtreecommitdiff
path: root/silly-malloc/README
diff options
context:
space:
mode:
Diffstat (limited to 'silly-malloc/README')
-rw-r--r--silly-malloc/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/silly-malloc/README b/silly-malloc/README
index 0d26192..f5a0804 100644
--- a/silly-malloc/README
+++ b/silly-malloc/README
@@ -5,6 +5,5 @@ Randomly allocate less memory than wanted
## Usage
```bash
gcc -fPIC -shared teehee.c -o teehee.so
-gcc meow.c -o meow
-LD_PRELOAD=./teehee.so ./meow
+LD_PRELOAD=./teehee.so <whatever program>
```