Move source files from src/ to sources/.
Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
a489837d63
commit
f8b65842af
@ -39,4 +39,4 @@ NDIMS = 2
|
||||
#
|
||||
# path for temporary files during compilation (uncomment if you wish to use it)
|
||||
#
|
||||
#OBJSDIR := /tmp/${USER}/amun-code/obj
|
||||
#OBJSDIR := /tmp/${USER}/amun-code/objects
|
@ -3,8 +3,8 @@
|
||||
# directories indicating where the source files are, where the object files
|
||||
# should be created and where to save the resulting executable file
|
||||
|
||||
SRCSDIR := ../src
|
||||
OBJSDIR := ./obj
|
||||
SRCSDIR := ../sources
|
||||
OBJSDIR := ./objects
|
||||
DESTDIR := .
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -8,7 +8,7 @@
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# mkdep.sh ../src ./obj
|
||||
# mkdep.sh ../sources ./objects
|
||||
#
|
||||
# Requirements: awk, sort, uniq
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user