Skip to content

Commit

Permalink
Version up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristaps committed Feb 13, 2017
1 parent 6763d90 commit e316ed2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ sinclude GNUmakefile.local
# Don't edit anything below here.

OBJS = dblg.o
HTMLS = dblg.html blog.html blog-static.html
HTMLS = dblg.html blog.html
JSMINS = dblg.min.js blog.min.js
CSSS = dblg.css blog.css
CFLAGS += -g -W -Wall -O2 $(SECURE)
CFLAGS += -DLOGFILE=\"$(LOGFILE)\"
CFLAGS += -DDATADIR=\"$(RDDIR)\"
VERSION = 0.0.5
VERSION = 0.0.6

all: dblg dblg.db $(HTMLS) $(JSMINS) $(CSSS)

Expand All @@ -108,7 +108,6 @@ installapi: api
updatecgi: all
mkdir -p $(CGIBIN)
install -m 0555 dblg $(CGIBIN)/$(CGINAME)
install -m 0444 blog-static.html $(DATADIR)/blog.html

installcgi: updatecgi
mkdir -p $(DATADIR)
Expand Down

0 comments on commit e316ed2

Please sign in to comment.