Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'dvdfreitag/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
misson20000 committed Mar 7, 2018
2 parents affc3c0 + ed12a58 commit d3f6118
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOURCE_ROOT := ./
SOURCE_ROOT := .
BUILD_DIR := $(SOURCE_ROOT)/build/

LIBTRANSISTOR_HOME := $(realpath .)/dist
Expand Down Expand Up @@ -50,7 +50,8 @@ dist: $(DIST)
default: $(DIST)

clean: clean_transistor clean_test
rm -rf $(LIBTRANSISTOR_HOME)/docs
rm -rf $(SOURCE_ROOT)/docs

distclean: clean clean_newlib clean_compiler-rt clean_pthread clean_sdl2 clean_libcxx clean_liblzma clean_openlibm
rm -rf $(LIBTRANSISTOR_HOME)/dist
distclean:
rm -rf $(BUILD_DIR)
rm -rf $(LIBTRANSISTOR_HOME)

0 comments on commit d3f6118

Please sign in to comment.