mirror of
https://github.com/pybricks/ldraw.git
synced 2025-04-11 02:09:44 +02:00
lsynth: Move makefile one level up.
Seperate it from source.
This commit is contained in:
parent
90e4c3cc00
commit
2306a417c8
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
Block a user