Browse Source

Removed clang build

Sergey Lyubka 11 years ago
parent
commit
e6e101453d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Makefile

+ 0 - 1
Makefile

@@ -4,7 +4,6 @@ CFLAGS = -W -Wall -pedantic -O3 $(CFLAGS_EXTRA)
 all:
 all:
 	cc unit_test.c -o unit_test $(CFLAGS) && ./unit_test
 	cc unit_test.c -o unit_test $(CFLAGS) && ./unit_test
 	g++ unit_test.c -o unit_test $(CFLAGS) && ./unit_test
 	g++ unit_test.c -o unit_test $(CFLAGS) && ./unit_test
-	clang unit_test.c -o unit_test $(CFLAGS) $(PROF) && ./unit_test
 	gcov -a unit_test.c
 	gcov -a unit_test.c
 
 
 w:
 w: