blob: a838373a861d4e8b8b339fe2fa974b6d8a35b121 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
$(CC) eatmemory.c -o eatmemory
install: eatmemory
- install -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory
+ install -D -m 0755 eatmemory $(PREFIX)/usr/bin/eatmemory
clean:
rm -rf *o eatmemory
|