Try again, with less verbose Make output

This commit is contained in:
Don Porter
2017-01-09 16:14:15 -05:00
parent 1ac40891ff
commit ecaca9e393
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
language: c
script: make
+2
View File
@@ -1,6 +1,8 @@
SYS ?= $(shell gcc -dumpmachine)
export SYS
.SILENT:
targets = all clean install
ifeq ($(SYS),x86_64-linux-gnu)