lsynth: Move makefile one level up.

Seperate it from source.
This commit is contained in:
Laurens Valk 2020-09-20 20:44:53 +02:00
parent 90e4c3cc00
commit 2306a417c8
No known key found for this signature in database
GPG Key ID: C5FCCBB5E9FB117A
2 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@ -51,6 +51,6 @@ Mkfile.old
dkms.conf
# Generated binaries / errors
lsynth/src/lsynthcp
lsynth/src/1
mklist/mklist
lsynth/lsynthcp
lsynth/1

View File

@ -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