From 67ff3675588b7783e7e73d2734aff6b2b3e94b28 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 12 Feb 2011 01:10:26 +0100 Subject: [PATCH] Add clean target to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 78e1807..a59d008 100644 --- a/Makefile +++ b/Makefile @@ -2,3 +2,6 @@ all: tests/tests tests/tests: tests/test.m src/XMPPConnection.m src/XMPPStanza.m objfw-compile -o $@ $^ -lidn -Wall -Werror -Isrc + +clean: + rm -f src/*.o tests/*.o tests/tests