diff options
author | Max Horn | 2003-03-05 19:15:08 +0000 |
---|---|---|
committer | Max Horn | 2003-03-05 19:15:08 +0000 |
commit | 43115c570e126fe86e04ceab88c5b9129e4432d7 (patch) | |
tree | cdeb14e438bc5c74c984132b48d894c3acf91766 | |
parent | 5ffeedb1cbea471b3d902da96767ffad168023c5 (diff) | |
download | scummvm-rg350-43115c570e126fe86e04ceab88c5b9129e4432d7.tar.gz scummvm-rg350-43115c570e126fe86e04ceab88c5b9129e4432d7.tar.bz2 scummvm-rg350-43115c570e126fe86e04ceab88c5b9129e4432d7.zip |
oops forgot module.mk
svn-id: r6692
-rw-r--r-- | sky/module.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sky/module.mk b/sky/module.mk new file mode 100644 index 0000000000..a057473fd4 --- /dev/null +++ b/sky/module.mk @@ -0,0 +1,11 @@ +MODULE := sky + +MODULE_OBJS = \ + sky/sky.o \ + sky/disk.o \ + sky/screen.o \ + sky/intro.o \ + sky/rnc_deco.o \ + +# Include common rules +include common.rules |