str(1)
This commit is contained in:
4
Makefile
4
Makefile
@@ -102,10 +102,10 @@ streq: libio streq.o
|
||||
$(CC) $(CFLAGS) -o bin/streq build/libio.o build/streq.o
|
||||
|
||||
str.o: src/str.c
|
||||
$(CC) $(CFLAGS) -o build/str.o src/str.c
|
||||
$(CC) $(CFLAGS) -c -o build/str.o src/str.c
|
||||
|
||||
str: libio str.o
|
||||
$(CC) $(CFLAGS) -o bin/str lib/libio.o src/str.o
|
||||
$(CC) $(CFLAGS) -o bin/str build/libio.o build/str.o
|
||||
|
||||
sleep.o: libio sysexits src/sleep.c usefulmacros
|
||||
$(CC) $(CFLAGS) -c -o build/sleep.o src/sleep.c
|
||||
|
||||
Reference in New Issue
Block a user