diff --git a/Makefile b/Makefile index f7c8a62..2ba95ea 100644 --- a/Makefile +++ b/Makefile @@ -8,10 +8,10 @@ flags = -g -Wall -lm -ldl -fPIC -rdynamic -I./include # flags = -I./include $(exec): $(objects) - gcc $(objects) $(flags) -o $(exec) + $(CC) $(objects) $(flags) -o $(exec) %.o: %.c %.h - gcc -c $(flags) $< -o $@ + $(CC) -c $(flags) $< -o $@ clean: diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef5a83e --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# cerveur +A HTTP Web Server Framework Written In C (Just For Fun) +see https://www.youtube.com/watch?v=cEH_ipqHbUw