mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-25 01:57:47 +01:00
adjust makefile
This commit is contained in:
parent
555cf5de28
commit
2aada45a6c
4
Makefile
4
Makefile
@ -12,8 +12,8 @@ ifdef DEBUG
|
|||||||
CFLAGS += -D _DEBUG -D _DEBUG_X
|
CFLAGS += -D _DEBUG -D _DEBUG_X
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c)
|
SRCS := $(wildcard src/*.c) $(wildcard src/*/*.c) res.rc
|
||||||
OBJS := $(SRCS:c=o) res.o
|
OBJS := $(addsuffix .o, $(basename $(SRCS)))
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user