mirror of
https://github.com/pybricks/ldraw.git
synced 2025-04-11 02:09:44 +02:00
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
Block a user