Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Add a target to run uncrustify (make style-fix)
Baptiste Daroussin committed 11 years ago
commit 4a4aa24133f97420d9fb9154f63f4ee5ea915991
parent 5b111ba
1 file changed +4 -0
modified Makefile.am
@@ -34,5 +34,9 @@ cocci:
		spatch ${COCCI_ARGS} -in_place -sp_file $$c -dir ${top_srcdir}/src ; \
	done

+
style-fix:
+
	find ${top_srcdir}/src ${top_srcdir}/libpkg -name "*.[c]" | xargs \
+
		uncrustify -c ${top_srcdir}/freebsd.cfg --no-backup
+


SUBDIRS = external libpkg src tests scripts docs