Skip to content

Commit

Permalink
Makefile are updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Jul 30, 2015
1 parent f9d7a0e commit 54e69c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ view:
clean:
make clean -C ./pycoram
make clean -C ./sample
make clean -C ./dsl-sample
make clean -C ./dsl_sample
rm -rf *.pyc __pycache__ pycoram.egg-info build dist

.PHONY: release
Expand Down
2 changes: 1 addition & 1 deletion dsl_sample/test/nologic/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCRIPT=build.py
TOPMODULE=userlogic
ROOTDIR=../../../
include $(ROOTDIR)/dsl-sample/base.mk
include $(ROOTDIR)/dsl_sample/base.mk
2 changes: 1 addition & 1 deletion dsl_sample/test/single_memory/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SCRIPT=build.py
TOPMODULE=userlogic
ROOTDIR=../../../
include $(ROOTDIR)/dsl-sample/base.mk
include $(ROOTDIR)/dsl_sample/base.mk

0 comments on commit 54e69c6

Please sign in to comment.