summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bb9dd96..8f8add9 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ tuxcmd::
echo " ConstFPCTargetOSString = '`fpc -iTO`';" >> fpcver.inc
echo " ConstFPCTargetProcessorString = '`fpc -iTP`';" >> fpcver.inc
fpc -Mdelphi $(CFLAGS) $(EXTRA_CFLAGS) \
- -Fu./libgtk_kylix -Fu./translations -Fu./vfs \
+ -Fu./bindings -Fu./libgtk_kylix -Fu./translations -Fu./vfs \
tuxcmd.dpr
@@ -73,6 +73,7 @@ clean cleandir:
( cd vfs && rm -f $(CLEAN_OBJS) )
( cd libgtk_kylix && rm -f $(CLEAN_OBJS) )
( cd translations && rm -f $(CLEAN_OBJS) )
+ ( cd bindings && rm -f $(CLEAN_OBJS) )
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(DESTDIR)/share/icons/hicolor