diff options
author | ronny | 2002-07-02 17:53:03 +0000 |
---|---|---|
committer | ronny | 2002-07-02 17:53:03 +0000 |
commit | c27d135560ce47f61e25e6515bba7c0f7268f49e (patch) | |
tree | 9d5ab46f564b5eeb92ea2b6d62ea23f5860badfb /main | |
parent | Added cDirectory.c. (diff) |
Added Makefile.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1133 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'main')
-rw-r--r-- | main/Unix/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/Unix/Makefile b/main/Unix/Makefile new file mode 100644 index 0000000..431f327 --- /dev/null +++ b/main/Unix/Makefile @@ -0,0 +1,5 @@ +CC=gcc +CFLAGS=-pedantic -Wall -W +CPPFLAGS= + +all: cDirectory.o ipc.o set_return_code_c.o |