Compare commits
No commits in common. "master" and "2.0.0" have entirely different histories.
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -Wextra -Wpedantic -O2 -std=c99
|
||||
CFLAGS=-Wall -O2
|
||||
LDFLAGS=-lm
|
||||
|
||||
ifndef VERBOSE
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
|
Loading…
Reference in New Issue
Block a user