diff options
| author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 21:55:14 +0200 |
|---|---|---|
| committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-06-14 21:55:14 +0200 |
| commit | 932d3df11b56b88a97ef497ca7c891547275d05a (patch) | |
| tree | 1dba244fc74f69e70d2ae51ef34af7e9ca777467 /GNUmakefile | |
| parent | de500f8520928edfd502844f70979a93717f6cc9 (diff) | |
Add class MLKPackage.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile b/GNUmakefile index 4cb6c82..b9ddad3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,9 +20,9 @@ include $(GNUSTEP_MAKEFILES)/common.make TOOL_NAME = etoilisp etoilisp_OBJC_FILES = MLKCharacter.m MLKCons.m MLKDynamicContext.m \ MLKEndOfFileError.m MLKEnvironment.m MLKError.m \ - MLKLinkedList.m MLKLispValue.m MLKReader.m \ - MLKReaderError.m MLKStream.m MLKSymbol.m \ - MLKThrowException.m \ + MLKLinkedList.m MLKLispValue.m MLKPackage.m \ + MLKReader.m MLKReaderError.m MLKStream.m \ + MLKSymbol.m MLKThrowException.m \ MLKUndefinedVariableException.m BUNDLE_NAME = Test |
