summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b137be1..9206787 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ P=$(PACKAGE)-$(VERSION)
all: $(USR_BIN_FILES) functions.sh
clean:
- @rm -f $(USR_BIN_FILES) functions.sh
+ @rm -f $(USR_BIN_FILES) *.o functions.sh
%.o: %.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS-$@) -o $@ -c $<