From 3deb7268fa2041849b7e69e01545f5df4157c5a0 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 30 Oct 2013 15:27:04 +0100 Subject: timeadd: fix build with older GCC --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.1