Skip to content

Commit e654213

Browse files
committed
update makefile
1 parent 68ad0f2 commit e654213

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
language: cpp
2-
32
compiler:
4-
- gcc
53
- clang
6-
74
script:
85
- make

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: all clean
2-
CC=gcc
3-
CPP=g++
2+
CC=clang
3+
CPP=clang++
44
AR=ar
55
RANLIB=ranlib
66
CFLAGS= -g -Wall -Wno-unused-function

0 commit comments

Comments
 (0)