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 b71c315..75da1f8 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ dfont2res: $(DFONT2RESOBJS)
$(CC) $(CFLAGS) -o dfont2res $(DFONT2RESOBJS)
clean:
- -rm -f *.o fondu ufond showfond
+ -rm -f *.o fondu ufond showfond dfont2res
install: all
cp fondu ufond showfond dfont2res $(bindir)