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
|
||||
|
||||
CFLAGS= -I./include
|
||||
CFLAGS= -I./src/include
|
||||
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
|
||||
SRCS = mklist.c
|
||||
SRCS = src/mklist.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
all : mklist
|
||||
|
|
Loading…
Reference in New Issue