- added wav to build system

- fixed data types

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/wav@959 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-13 15:58:57 +00:00
parent b0d1ac6057
commit 81f11c4d5e
5 changed files with 137 additions and 128 deletions
+6
View File
@@ -0,0 +1,6 @@
MAKE_HOME ?= /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= ./build/${CONFIG}
MAKEFLAGS += --no-print-directory
LIBSRC_PATH ?= $(realpath ../../libsrc)