[Pcsclite-cvs-commit] r4252 - /trunk/PCSC/UnitaryTests/Makefile

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Jun 11 13:55:51 UTC 2009


Author: rousseau
Date: Thu Jun 11 13:55:48 2009
New Revision: 4252

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=4252
Log:
add a clean rule

Modified:
    trunk/PCSC/UnitaryTests/Makefile

Modified: trunk/PCSC/UnitaryTests/Makefile
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/UnitaryTests/Makefile?rev=4252&op=diff
==============================================================================
--- trunk/PCSC/UnitaryTests/Makefile (original)
+++ trunk/PCSC/UnitaryTests/Makefile Thu Jun 11 13:55:48 2009
@@ -9,6 +9,11 @@
 CFLAGS := -Wall -O2 -g -DVERSION=\"$(VERSION)\" $(PCSC_CFLAGS)
 LDLIBS := $(PCSC_LDLIBS)
 
-all: SCardBeginTransaction \
+PROGRAMS := SCardBeginTransaction \
 	BufferOverflow \
 	pcsc_demo
+
+all: $(PROGRAMS)
+
+clean:
+	rm -f $(PROGRAMS)




More information about the Pcsclite-cvs-commit mailing list