mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
revamp Makefile.lite system, use separate dirs and names for debug and release targets and object files
This commit is contained in:
@@ -24,8 +24,8 @@ topdir = ../..
|
||||
PROGRAM_NAME = test_streams
|
||||
INCLUDES = -I./include -I$(topdir)/include
|
||||
LIBS = -lm
|
||||
OBJS = \
|
||||
main.o
|
||||
SRCS_C = \
|
||||
main.c
|
||||
|
||||
include $(topdir)/build/exe.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user