diff options
Diffstat (limited to 'libcacard')
-rw-r--r-- | libcacard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcacard/Makefile b/libcacard/Makefile index 81d9eb5206..a145569044 100644 --- a/libcacard/Makefile +++ b/libcacard/Makefile @@ -27,6 +27,8 @@ clean: rm -Rf .libs all: vscclient +# Dummy command so that make thinks it has done something + @true ######################################################################### # Rules for building libcacard standalone library |