This commit is contained in:
Your Name 2023-10-23 12:31:39 +03:00
parent cfdbf15bfc
commit c53f033022
6 changed files with 13 additions and 21 deletions

View File

@ -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
View File

@ -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