Build - Changed output directory
This commit is contained in:
parent
0b33acc92a
commit
5027d91782
4 changed files with 6 additions and 6 deletions
6
Makefile
6
Makefile
|
@ -1,4 +1,4 @@
|
|||
OUTDIR = output
|
||||
OUTDIR = build
|
||||
|
||||
CXXFLAGS += $(shell sdl2-config --cflags) -std=c++14 -Wall -g
|
||||
CFLAGS += $(shell sdl2-config --cflags)
|
||||
|
@ -80,11 +80,11 @@ parsercheck: $(LIBEBCL) $(PARSERCHECK_BUILD)
|
|||
$(PARSERCHECK_BUILD) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f $(ALL_OBJS) $(FILEDUMPS) demo parsercheck $(PCH)
|
||||
rm -f $(ALL_OBJS) $(FILEDUMPS) demo parsercheck $(PCH) $(OUTDIR)/font-awesome.inl
|
||||
|
||||
fullclean: clean
|
||||
@+make -C ebcl fullclean CONFIG=../ebcl-config
|
||||
rm -f $(ALL_DEPS)
|
||||
rm -f $(ALL_DEPS) $(OUTDIR)/font-to-c
|
||||
|
||||
.PHONY: all clean fullclean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue