summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Wu <lekensteyn@gmail.com>2013-10-30 15:27:04 +0100
committerPeter Wu <lekensteyn@gmail.com>2013-10-30 15:27:04 +0100
commit3deb7268fa2041849b7e69e01545f5df4157c5a0 (patch)
tree3b3198fdb971e9c63f075348d4c1855736b41af5 /Makefile
parent93eade5fc5346b11805fa13db6147409d4932b03 (diff)
downloadc-files-3deb7268fa2041849b7e69e01545f5df4157c5a0.tar.gz
timeadd: fix build with older GCC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c5daf30..0e3123b 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ XCBV_LDFLAGS += $(shell pkg-config --libs xcb-image xpm) -lrt
RGB_TXT := /usr/share/vim/vim73/rgb.txt
+timeadd: timeadd.c
+ $(CC) -g -Wall -Werror -Wextra $(CFLAGS) -o $(OUTDIR)$@ $< -lrt
+
xcbviewfs: xcbviewfs.c colorlookup.c
$(CC) $(XCBV_CFLAGS) -o $@ $< colorlookup.c $(XCBV_LDFLAGS)