.
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:
|
||||
chmod
|
||||
chown
|
||||
printf
|
||||
shuf
|
||||
id
|
||||
du
|
||||
df
|
||||
dd
|
||||
dirname
|
||||
basename
|
||||
mktemp
|
||||
ln
|
||||
nice
|
||||
nohup
|
||||
mktemp
|
||||
chmod
|
||||
chown
|
||||
shuf
|
||||
id
|
||||
df
|
||||
dd
|
||||
printf
|
||||
test
|
||||
|
Loading…
Reference in New Issue
Block a user