mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Changed indent style
SVN revision: 648
This commit is contained in:
parent
862faeb750
commit
dac9eaa2c4
3
Makefile
3
Makefile
@ -35,6 +35,9 @@ all: $(EXECS)
|
||||
%: src/%.c
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LIBS)
|
||||
|
||||
indent:
|
||||
find . -name "*.[hc]" -exec indent -kr -nut -i3 {} \;
|
||||
|
||||
install: $(EXECS)
|
||||
$(INSTALL) -m 0755 -d $(DESTDIR) $(SDESTDIR) $(MANDIR)/man1/ $(MANDIR)/man8/
|
||||
$(INSTALL) -m 0755 -o bin -g bin elog elconv $(DESTDIR)
|
||||
|
||||
1561
src/elconv.c
1561
src/elconv.c
File diff suppressed because it is too large
Load Diff
1511
src/elog.c
1511
src/elog.c
File diff suppressed because it is too large
Load Diff
22876
src/elogd.c
22876
src/elogd.c
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user