mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Import Recast Navigation as third party dependency Credits go to Mikko Mononen memon at inside dot org
7 lines
No EOL
138 B
Makefile
7 lines
No EOL
138 B
Makefile
include $(BUILD)/Common.mk
|
|
|
|
$(BIN)/$(NAME): $(OBJECTS)
|
|
c++ $(LDFLAGS) -o $@ $(OBJECTS) $(LIBS)
|
|
|
|
clean:
|
|
rm -f $(BIN)/$(NAME).a $(OBJECTS)
|