Ajoute le paquet mths
This commit is contained in:
12
mths/Makefile
Normal file
12
mths/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
all: test
|
||||
|
||||
test: testMths
|
||||
./testMths
|
||||
|
||||
testMths: test/testMths.c
|
||||
gcc -Wall -Isrc/ test/testMths.c -o testMths
|
||||
|
||||
clean:
|
||||
rm -f testMths
|
||||
|
||||
.PHONY: all test clean
|
Reference in New Issue
Block a user