We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4979dfd commit 8119147Copy full SHA for 8119147
Makefile
@@ -1,7 +1,7 @@
1
# Instuction: Run make. That's it.
2
CC=gcc
3
CFLAGS=-Wall -g -pedantic
4
-all: message clean calc_unbounded_int test_unbounded run_tests run_calc
+all: message clean calc_unbounded_int test_unbounded
5
$(VERBOSE).SILENT:
6
7
message:
0 commit comments