Created the client program's framework
There are six scenes here, each of which representing roughly one part of the final program's backbone.
This commit is contained in:
@@ -12,7 +12,7 @@ OBJ=$(addprefix $(OBJDIR)/,$(SRC:.cpp=.o))
|
||||
|
||||
#output
|
||||
OUTDIR=../out
|
||||
OUT=$(addprefix $(OUTDIR)/,Codebase.a)
|
||||
OUT=$(addprefix $(OUTDIR)/,libCodebase.a)
|
||||
|
||||
#targets
|
||||
all: $(OBJ) $(OUT)
|
||||
|
||||
Reference in New Issue
Block a user