Moved stuff around.

This commit is contained in:
Ken MacKay
2013-06-04 23:17:08 -07:00
parent f0ebb6c15f
commit f3e83d1fe7
4 changed files with 3 additions and 2 deletions
+2
View File
@@ -0,0 +1,2 @@
c, link = emk.module("c", "link")
link.depdirs += [".."]
View File
+1 -1
View File
@@ -1,3 +1,3 @@
emk.module("c")
emk.subdir("test")
emk.subdir("apps", "test")
-1
View File
@@ -1,3 +1,2 @@
c, link = emk.module("c", "link")
link.depdirs += [".."]