mirror of https://github.com/pybricks/ldraw.git
lsynth: Move makefile one level up.
Seperate it from source.
This commit is contained in:
parent
90e4c3cc00
commit
2306a417c8
|
@ -51,6 +51,6 @@ Mkfile.old
|
|||
dkms.conf
|
||||
|
||||
# Generated binaries / errors
|
||||
lsynth/src/lsynthcp
|
||||
lsynth/src/1
|
||||
mklist/mklist
|
||||
lsynth/lsynthcp
|
||||
lsynth/1
|
||||
|
|
|
@ -8,7 +8,7 @@ RANLIB = ranlib
|
|||
## This is lame. I don't know how to do both .c and .cpp for the OBJS line
|
||||
## so I pretend L3*.cpp is L3*.c and make rules for them later.
|
||||
#
|
||||
SRCS = lsynthcp.c band.c hose.c curve.c mathlib.c
|
||||
SRCS = src/lsynthcp.c src/band.c src/hose.c src/curve.c src/mathlib.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
all : lsynthcp
|
Loading…
Reference in New Issue