Skip to content

Commit

Permalink
Make 2 (#263)
Browse files Browse the repository at this point in the history
* update klystron to 00476ed78

* Makefile: pull verbose logic from klystron/common.mk
  • Loading branch information
rofl0r authored and kometbomb committed Feb 20, 2019
1 parent 00d8cec commit abeda33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,7 @@ SDL_IMAGEVER := 2.0.3
THEMES :=
REV := cp -f

# make it possible to do a verbose build by running `make V=1`
ifeq ($(V),1)
Q=
MSG=@true
else
Q=@
MSG=@$(ECHO)
endif
include klystron/common.mk

CFLAGS := $(MACHINE) -ftree-vectorize -std=gnu99 -Wno-strict-aliasing -Werror

Expand Down
2 changes: 1 addition & 1 deletion klystron
Submodule klystron updated 2 files
+60 −58 Makefile
+9 −0 common.mk

0 comments on commit abeda33

Please sign in to comment.