@@ -0,0 +1,13 @@
.PHONY: all clean
ifeq ($(shell uname -s),Windows_NT)
EXT = .exe
else
EXT =
endif
all:
gcc -o test$(EXT) test.c url.c -Wall -Wextra
clean:
rm test test.exe
The note is not visible to the blocked user.