diff options
author | Guido Guenther <agx@debian.org> | 2001-07-08 00:23:33 +0200 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2011-11-06 20:52:14 +0100 |
commit | cdf73cc485b0de178c7d81166ab01e53c2225a61 (patch) | |
tree | c0cd4de596f95fde03ec0329f52cd48fbbc11bfb | |
parent | 31999fea5bca32baa7cbe38a54bd88d0888939ab (diff) |
Add clean rule to Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,3 +3,6 @@ CC = gcc -g all: s3switch s3switch: s3switch.o lrmi.o + +clean: + rm -f s3switch *.o |