summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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