mailing list of musl libc
 help / color / mirror / code / Atom feed
c6c3b5ef3c8ca1bffb8f3983cf07b40a17df7154 blob 294 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
include ../include.mk

SRC = $(wildcard *.c)
BIN = $(SRC:.c=)

all: COMMON $(BIN)
	@:
COMMON:
	@:

%.o:
	$(CC) $(CFLAGS) $(LIBS) -c $<

%: %.o
	$(CC) $(CFLAGS) $(LIBS) -o $@ $<

deps.mk: $(SRC)
	$(CC) -MM $^ > $@

ifneq ($(MAKECMDGOALS),clean)
-include deps.mk
endif

clean:
	rm -rf $(BIN) *.o
debug log:

solving c6c3b5e ...
found c6c3b5e in https://inbox.vuxu.org/musl/20110809113045.GA12614@albatros/

applying [1/1] https://inbox.vuxu.org/musl/20110809113045.GA12614@albatros/
diff --git a/tests/Makefile b/tests/Makefile
new file mode 100644
index 0000000..c6c3b5e

Checking patch tests/Makefile...
Applied patch tests/Makefile cleanly.

index at:
100644 c6c3b5ef3c8ca1bffb8f3983cf07b40a17df7154	tests/Makefile

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).