Skip to content

Commit 8119147

Browse files
committedMay 22, 2022
MAJ du make
1 parent 4979dfd commit 8119147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Instuction: Run make. That's it.
22
CC=gcc
33
CFLAGS=-Wall -g -pedantic
4-
all: message clean calc_unbounded_int test_unbounded run_tests run_calc
4+
all: message clean calc_unbounded_int test_unbounded
55
$(VERBOSE).SILENT:
66

77
message:

0 commit comments

Comments
 (0)
Please sign in to comment.