mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
15 lines
300 B
Makefile
15 lines
300 B
Makefile
TREEHOME=../..
|
|
##### Application-specific stuff goes here
|
|
|
|
treedir=$(TREEHOME)
|
|
programname=SDFcvt
|
|
src=SDFcvt.c
|
|
|
|
#### end of application-specific stuff
|
|
include $(treedir)/Make-common/Make.$(ARCH)
|
|
|
|
include $(treedir)/Make-common/Make.generic
|
|
|
|
# DO NOT DELETE THIS LINE -- make depend depends on it.
|
|
|
|
|