blob: cce3f537799ba7af1e87eb1bb12131a79f79ea59 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# this file was generated from a makefile by shinobi
build __shin_always_build__: phony
build all: phony 4rc
rule r1
command = musl-gcc -s -static -o 4rc 4rc.o
generator = 1
build 4rc: r1 4rc.o
description = build 4rc
rule r2
command = musl-gcc -std=c99 -Wextra -Wall -Os -fhardened -c -o 4rc.o 4rc.c
generator = 1
build 4rc.o: r2 4rc.c config.h
description = build 4rc.o
rule r3
command = sh -c 'mkdir -pv /usr/local/bin' && sh -c 'cp -fv 4rc /usr/local/bin'
generator = 1
build install: r3
description = build install
rule r4
command = rm -f /usr/local/bin/4rc
generator = 1
build uninstall: r4
description = build uninstall
rule r5
command = rm -f 4rc.o 4rc
generator = 1
build clean: r5
description = build clean
default all
|