From f083057a3d9734188ec2b9a5d79fce757d705ddf Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 15 Aug 2016 19:49:39 +0000 Subject: [PATCH] Update install path and default target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d0223c0..692c5c0 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,12 @@ CC=gcc MCC=musl-gcc -INSTALL_PATH?=/usr/local/bin +INSTALL_PATH?=/usr/bin SMFLAGS=-s -Os -fno-unwind-tables -fno-ident -fmerge-all-constants \ -fsingle-precision-constant -fshort-enums -ffunction-sections \ -static +all: smallmusl + initra: $(CC) -o initra init-rdahead.c -Wall