Explorar o código

Try again, with less verbose Make output

Don Porter %!s(int64=9) %!d(string=hai) anos
pai
achega
ecaca9e393
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  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)