.
This commit is contained in:
parent
cfdbf15bfc
commit
c53f033022
12
Makefile
12
Makefile
@ -1,12 +0,0 @@
|
|||||||
C_SOURCES:=$(wildcard coreutils/*.c)
|
|
||||||
C_TARGETS:=$(patsubst coreutils/%.c,bin/%,$(C_SOURCES))
|
|
||||||
TARGETS:=$(C_TARGETS)
|
|
||||||
|
|
||||||
CFLAGS:=-s -Os -flto -pedantic -Wall -Wextra
|
|
||||||
all: bin $(TARGETS)
|
|
||||||
|
|
||||||
bin/%: coreutils/%.c
|
|
||||||
$(CC) $(CFLAGS) -o $@ $<
|
|
||||||
|
|
||||||
clean:
|
|
||||||
rm bin/*
|
|
22
TODO
22
TODO
@ -1,13 +1,17 @@
|
|||||||
|
Makefile(
|
||||||
|
|
||||||
*Todo:
|
*Todo:
|
||||||
chmod
|
dirname
|
||||||
chown
|
basename
|
||||||
printf
|
mktemp
|
||||||
shuf
|
ln
|
||||||
id
|
|
||||||
du
|
|
||||||
df
|
|
||||||
dd
|
|
||||||
nice
|
nice
|
||||||
nohup
|
nohup
|
||||||
mktemp
|
chmod
|
||||||
|
chown
|
||||||
|
shuf
|
||||||
|
id
|
||||||
|
df
|
||||||
|
dd
|
||||||
|
printf
|
||||||
test
|
test
|
||||||
|
Loading…
Reference in New Issue
Block a user