summaryrefslogtreecommitdiff
blob: e63ead0358af15c3232f0963c0b5f6aa33d3839e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -r -U1 getxbook-0.8.orig/Makefile getxbook-0.8/Makefile
--- getxbook-0.8.orig/Makefile	2012-02-15 05:09:56.000000000 +0700
+++ getxbook-0.8/Makefile	2012-02-15 15:11:55.000000000 +0700
@@ -1,3 +1,10 @@
 # See COPYING file for copyright and license details.
-include config.mk
+VERSION = 0.8
+RELDATE = 2012-02-14
+PREFIX = /usr
+MANPREFIX = $(PREFIX)/share/man
+CFLAGS += -std=c99 -pedantic -Wall -Wextra -Werror \
+          -D_POSIX_C_SOURCE=200112L -DVERSION=\"$(VERSION)\"
+CC = cc
+LD = $(CC)