We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf8c36 commit f9a404fCopy full SHA for f9a404f
1 file changed
src/makefile
@@ -149,7 +149,7 @@ zlog-chk-conf: zlog-chk-conf.o $(STLIBNAME) $(DYLIBNAME)
149
$(CC) -std=c99 -pedantic -c $(REAL_CFLAGS) $<
150
151
clean:
152
- rm -rf $(DYLIBNAME) $(STLIBNAME) $(BINS) *.o *.gcda *.gcno *.gcov $(DYLIB_MINOR_NAME)
+ rm -rf $(DYLIBNAME) $(STLIBNAME) $(BINS) *.o *.gcda *.gcno *.gcov $(DYLIB_MINOR_NAME) $(DYLIB_MAJOR_NAME)
153
154
dep:
155
$(CC) -MM *.c
0 commit comments