Small Makefile update.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-24 13:49:07 +02:00
parent 6f79cbb2a6
commit c27b7e52e1
3 changed files with 8 additions and 7 deletions
+2
View File
@@ -131,3 +131,5 @@ CLANG_FORMAT_FILES += ui.cpp ui.h util.h
clang-format:
$(top_srcdir)/src/stub/scripts/upx-clang-format -i $(addprefix $(top_srcdir)/src/,$(CLANG_FORMAT_FILES))
.PHONY: clang-format
# vim:set ts=8 sw=8 noet: