Skip to content

Commit

Permalink
Makefiles in dsl-sample are updatd
Browse files Browse the repository at this point in the history
  • Loading branch information
shtaxxx committed Jun 9, 2015
1 parent dd9b88c commit 865e594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -23,7 +23,7 @@ view:
clean:
make clean -C ./pycoram
make clean -C ./sample
make clean -C ./lib-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
@@ -1,4 +1,4 @@
SCRIPT=build.py
TOPMODULE=userlogic
ROOTDIR=../../../
include $(ROOTDIR)/lib-sample/base.mk
include $(ROOTDIR)/dsl-sample/base.mk
2 changes: 1 addition & 1 deletion dsl-sample/test/single_memory/Makefile
@@ -1,4 +1,4 @@
SCRIPT=build.py
TOPMODULE=userlogic
ROOTDIR=../../../
include $(ROOTDIR)/lib-sample/base.mk
include $(ROOTDIR)/dsl-sample/base.mk

0 comments on commit 865e594

Please sign in to comment.