author | kergoth <kergoth> | 2002-11-01 19:51:00 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-11-01 19:51:00 (UTC) |
commit | 1a0dd7409aeb07b7123755d5849837073c93636a (patch) (side-by-side diff) | |
tree | 41d6ed12f88577278dd1f1f171ad61b81186fdb4 /Makefile.test | |
parent | 0380a66a6edc8692668a24a49082881b13a4c5fc (diff) | |
download | opie-1a0dd7409aeb07b7123755d5849837073c93636a.zip opie-1a0dd7409aeb07b7123755d5849837073c93636a.tar.gz opie-1a0dd7409aeb07b7123755d5849837073c93636a.tar.bz2 |
Starting to get the makefile rules in place
-rw-r--r-- | Makefile.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.test b/Makefile.test new file mode 100644 index 0000000..d4ae663 --- a/dev/null +++ b/Makefile.test @@ -0,0 +1,11 @@ +#!/usr/bin/make -f +TOPDIR:=$(shell pwd) + +all : + +-include $(TOPDIR)/.config +-include $(TOPDIR)/.depends + +all : $(TOPDIR)/.depends $(subdir-y) + +include $(TOPDIR)/Rules.make |