mirror of
https://github.com/clearlinux/init-rdahead.git
synced 2026-09-05 13:11:28 +00:00
Update install path and default target
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user