Clean more old paths

This commit is contained in:
Philippe Teuwen 2020-04-21 01:44:31 +02:00
commit 31e79905f8
6 changed files with 20 additions and 0 deletions

View file

@ -16,6 +16,9 @@ MYSRCS = \
LIB_A = tinycbor.a
# Transition: remove old directories and objects
MYCLEANOLDPATH = ../../tinycbor
# Strange errors on Mingw when compiling with -O3
CFLAGS ?= -Wall -Werror -O2