aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests2/Makefile')
-rw-r--r--tests/tests2/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/tests2/Makefile b/tests/tests2/Makefile
index bfd37e5..66d2f5a 100644
--- a/tests/tests2/Makefile
+++ b/tests/tests2/Makefile
@@ -1,6 +1,10 @@
TOP = ../..
include $(TOP)/Makefile
+# clear CFLAGS and LDFLAGS
+CFLAGS :=
+LDFLAGS :=
+
ifdef CONFIG_WIN32
TCCFLAGS = -B$(top_srcdir)/win32 -I$(top_srcdir)/include -L$(TOP)
else