Browse Source

typo

master
Pascal Gloor 6 years ago
parent
commit
bba7f1ea10
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/Makefile

+ 1
- 1
src/Makefile View File

TARGETS:= libchat6.so TARGETS:= libchat6.so
MAINS := $(.o, $(TARGETS) ) MAINS := $(.o, $(TARGETS) )
OBJ := \ OBJ := \
dp_sockets.o \
sockets.o \
$(MAINS) $(MAINS)
DEPS := DEPS :=



Loading…
Cancel
Save