diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ else CFLAGS += -O2 endif -INSTALL = install -m755 +INSTALL = install -Dm755 prefix = /usr/local bindir = $(prefix)/bin |
index : c-stuff | ||
Wide assortment of random c snippets, tests and tools which don't deserve their own repository. | Tomasz Kramkowski <tomasz@kramkow.ski> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -7,7 +7,7 @@ else CFLAGS += -O2 endif -INSTALL = install -m755 +INSTALL = install -Dm755 prefix = /usr/local bindir = $(prefix)/bin |