Changed indent style
SVN revision: 648
This commit is contained in:
@@ -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)
|
||||
|
||||
+744
-817
File diff suppressed because it is too large
Load Diff
+736
-775
File diff suppressed because it is too large
Load Diff
+11215
-11661
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user