summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@debian.org>2001-07-08 00:23:33 +0200
committerTormod Volden <debian.tormod@gmail.com>2011-11-06 20:52:14 +0100
commitcdf73cc485b0de178c7d81166ab01e53c2225a61 (patch)
treec0cd4de596f95fde03ec0329f52cd48fbbc11bfb
parent31999fea5bca32baa7cbe38a54bd88d0888939ab (diff)
Add clean rule to Makefile
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ce1050f..5a4a638 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,6 @@ CC = gcc -g
all: s3switch
s3switch: s3switch.o lrmi.o
+
+clean:
+ rm -f s3switch *.o