adjust makefile
This commit is contained in:
parent
555cf5de28
commit
2aada45a6c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -12,8 +12,8 @@ ifdef DEBUG
|
|||
CFLAGS += -D _DEBUG -D _DEBUG_X
|
||||
endif
|
||||
|
||||
SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c)
|
||||
OBJS := $(SRCS:c=o) res.o
|
||||
SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c) res.rc
|
||||
OBJS := $(addsuffix .o, $(basename $(SRCS)))
|
||||
|
||||
.PHONY: clean all
|
||||
all: $(TARGET)
|
||||
|
|
Loading…
Reference in a new issue