Pedantic too, and bump version

This commit is contained in:
Kevin Lange 2014-04-30 16:31:10 -07:00
parent 7ad46735c1
commit 20b9bf5adc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
package = nyancat
version = 1.4.1
version = 1.4.2
tarname = $(package)
distdir = $(tarname)-$(version)

View File

@ -1,7 +1,7 @@
OBJECTS = nyancat.o
CC ?=
CFLAGS ?= -g -Wall -Wextra -std=c99
CFLAGS ?= -g -Wall -Wextra -std=c99 -pedantic
CPPFLAGS ?=
LDFLAGS ?=