From: Michal Sojka Date: Sun, 21 Mar 2010 21:16:37 +0000 (+0100) Subject: Do not enter unnecessary subdirectories X-Git-Url: https://rtime.felk.cvut.cz/gitweb/frescor/fna.git/commitdiff_plain Do not enter unnecessary subdirectories Thanks to the new feature in OMK, this is no longer necessary to do this to create additional directories under _build. --- diff --git a/Makefile.omk b/Makefile.omk index b5a6dfb..c80ed07 100644 --- a/Makefile.omk +++ b/Makefile.omk @@ -1,4 +1,4 @@ -SUBDIRS=include src +SUBDIRS=include default_CONFIG = CONFIG_FNA_RTEP=n CONFIG_FNA_UNIX=n CONFIG_FNA_FRESCAN=n diff --git a/src/Makefile.omk b/src/Makefile.omk deleted file mode 100644 index e69de29..0000000