diff options
| -rw-r--r-- | makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@  TARGET = urlopen  LIBS =  CC = gcc -CFLAGS = -g -Wall -Wextra +CFLAGS = -g -Wall -Wextra -std=c99  .PHONY: default all clean  | 
![]()  | 
index : urlopener | |
| Simple urlopener in C written to replace my old python script | daniel@danieljon.es | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | makefile | 2 | 
@@ -1,7 +1,7 @@  TARGET = urlopen  LIBS =  CC = gcc -CFLAGS = -g -Wall -Wextra +CFLAGS = -g -Wall -Wextra -std=c99  .PHONY: default all clean  |