@@ -0,0 +1,7 @@
LIBFILES=sileee.c
TESTFILES=$(wildcard tests/*.c)
test:
gcc $(LIBFILES) $(TESTFILES) -o test_silly
./test_silly
rm test_silly
The note is not visible to the blocked user.