diff options
author | johnvg | 2005-03-17 15:12:46 +0000 |
---|---|---|
committer | johnvg | 2005-03-17 15:12:46 +0000 |
commit | cdf0c13f4d2628030ccb4b96e2cc590e95aa3901 (patch) | |
tree | d70f0cfd09815a5a844d359c9ff8fb35495f787b /main/Mac cli/Makefile | |
parent | handle \r as \n when scanning .abc files (diff) |
cli for MacOSX with MACH_O, same as unix, except : and , are used
in paths and object files generated by the c compiler have different
names
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1519 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main/Mac cli/Makefile')
-rw-r--r-- | main/Mac cli/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/Mac cli/Makefile b/main/Mac cli/Makefile new file mode 100644 index 0000000..f8ae7f3 --- /dev/null +++ b/main/Mac cli/Makefile @@ -0,0 +1,5 @@ +CC=gcc +CFLAGS=-pedantic -Wall -W -O +CPPFLAGS= + +all: cDirectory.o ipc.o set_return_code_c.o |