mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-06-18 00:03:39 +03:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8053c280c | ||
|
|
b067cdce2b |
@@ -69,7 +69,7 @@ ${OBJ}: faketime.c
|
||||
${CC} -o $@ -c ${CFLAGS} ${EXTRA_FLAGS} $<
|
||||
|
||||
lib%.so.${SONAME}: %.o
|
||||
${CC} -o $@ -Wl,-soname,$@ ${LDFLAGS} $<
|
||||
${CC} -o $@ -Wl,-soname,$@ $< ${LDFLAGS}
|
||||
|
||||
clean:
|
||||
@rm -f ${OBJ} ${LIBS}
|
||||
|
||||
Reference in New Issue
Block a user