|
@@ -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:
|