Now that the exports are correct, stop importing them twice

This commit is contained in:
Hamish Coleman 2023-05-10 17:39:48 +01:00
parent cbafe20000
commit 04a2146391
2 changed files with 0 additions and 8 deletions

View File

@ -2,10 +2,6 @@
# This is not a standalone makefile, it must be called from the toplevel
# makefile to inherit the correct environment
# The vars included here should be part of the environment.
# TODO - refactor this and debug why they need to be included for windows
include ../config.mak
DEBUG?=-g3
HEADERS=$(wildcard include/*.h)

View File

@ -2,10 +2,6 @@
# This is not a standalone makefile, it must be called from the toplevel
# makefile to inherit the correct environment
# The vars included here should be part of the environment.
# TODO - refactor this and debug why they need to be included for windows
include ../config.mak
CFLAGS+=-I../include -I.
LDFLAGS+=-L..