Pedantic too, and bump version
This commit is contained in:
parent
7ad46735c1
commit
20b9bf5adc
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
package = nyancat
|
||||
version = 1.4.1
|
||||
version = 1.4.2
|
||||
tarname = $(package)
|
||||
distdir = $(tarname)-$(version)
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
OBJECTS = nyancat.o
|
||||
|
||||
CC ?=
|
||||
CFLAGS ?= -g -Wall -Wextra -std=c99
|
||||
CFLAGS ?= -g -Wall -Wextra -std=c99 -pedantic
|
||||
CPPFLAGS ?=
|
||||
LDFLAGS ?=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user