independ str(1)
This commit is contained in:
12
Makefile
12
Makefile
@@ -145,11 +145,13 @@ streq.o: libio sysexits src/streq.c
|
||||
streq: libio streq.o
|
||||
$(CC) $(CFLAGS) -o bin/streq build/libio.o build/streq.o
|
||||
|
||||
str.o: src/str.c
|
||||
$(CC) $(CFLAGS) -c -o build/str.o src/str.c
|
||||
str: bin/str
|
||||
|
||||
str: libio str.o
|
||||
$(CC) $(CFLAGS) -o bin/str build/libio.o build/str.o
|
||||
bin/str: str/str
|
||||
mv str/str bin/str
|
||||
|
||||
str/str: sysexits str/str.c str/Makefile
|
||||
$(MAKE) -C str sane
|
||||
|
||||
sleep.o: libio sysexits src/sleep.c usefulmacros
|
||||
$(CC) $(CFLAGS) -c -o build/sleep.o src/sleep.c
|
||||
@@ -294,4 +296,4 @@ unscii-user:
|
||||
curl "http://viznut.fi/unscii/unscii-16-full.pcf" >"~/.fonts/unscii-16-full.pcf"
|
||||
curl "http://viznut.fi/unscii/unscii-16-full.ttf" >"~/.fonts/unscii-16-full.ttf"
|
||||
|
||||
.PHONY: all clean cleanlibraries cleanprograms pscat roll rot13 stdbool sysexits usefulmacros
|
||||
.PHONY: all clean cleanlibraries cleanprograms pscat roll rot13 stdbool str sysexits usefulmacros
|
||||
|
||||
Reference in New Issue
Block a user