From cdf73cc485b0de178c7d81166ab01e53c2225a61 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sun, 8 Jul 2001 00:23:33 +0200 Subject: Add clean rule to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3