summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcd04c1..40aff69 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,5 @@ uuterm-x11: $(OBJS) $(OBJS_X11)
$(CC) $(LDFLAGS) $(LDFLAGS_X11) -o $@ $(OBJS) $(OBJS_X11) -lX11
clean:
- rm -f $(OBJS) uuterm-fb uuterm-x11
+ rm -f $(OBJS) $(OBJS_FB) $(OBJS_X11) uuterm-fb uuterm-x11