diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 0be968b..7773c49 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings + all: libste.a example libste.a: stechr.o stecpe.o stecpy.o steprn.o |