From cdf0c13f4d2628030ccb4b96e2cc590e95aa3901 Mon Sep 17 00:00:00 2001 From: johnvg Date: Thu, 17 Mar 2005 15:12:46 +0000 Subject: 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 --- main/Mac cli/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main/Mac cli/Makefile (limited to 'main/Mac cli/Makefile') 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 -- cgit v1.2.3