mirror of https://github.com/pybricks/ldraw.git
mklist: Move makefile one level up.
Seperate it from source.
This commit is contained in:
parent
65b659057a
commit
070073db9f
|
@ -1,11 +1,11 @@
|
||||||
CC=gcc
|
CC=gcc
|
||||||
|
|
||||||
CFLAGS= -I./include
|
CFLAGS= -I./src/include
|
||||||
|
|
||||||
AR = ar
|
AR = ar
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
|
||||||
SRCS = mklist.c
|
SRCS = src/mklist.c
|
||||||
OBJS = $(SRCS:.c=.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|
||||||
all : mklist
|
all : mklist
|
||||||
|
|
Loading…
Reference in New Issue