Kaynağa Gözat

Try again, with less verbose Make output

Don Porter 8 yıl önce
ebeveyn
işleme
ecaca9e393
2 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 2 0
      .travis.yml
  2. 2 0
      Makefile

+ 2 - 0
.travis.yml

@@ -0,0 +1,2 @@
+language: c
+script: make

+ 2 - 0
Makefile

@@ -1,6 +1,8 @@
 SYS ?= $(shell gcc -dumpmachine)
 export SYS
 
+.SILENT:
+
 targets = all clean install
 
 ifeq ($(SYS),x86_64-linux-gnu)