diff options
author | ronny | 2002-07-02 17:54:08 +0000 |
---|---|---|
committer | ronny | 2002-07-02 17:54:08 +0000 |
commit | 08bdfc3406471686f37ee5ca5a77f83a5cc1ae6c (patch) | |
tree | 9c2272ace3a8901f148fe87de8a25f6d773e3dde /unix | |
parent | Added Makefile. (diff) |
Make all object files in the Unix directory.
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1134 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'unix')
-rwxr-xr-x | unix/make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/make.sh b/unix/make.sh index 348884c..9d16fe5 100755 --- a/unix/make.sh +++ b/unix/make.sh @@ -3,7 +3,7 @@ CLM=clm (cd backendC/CleanCompilerSources; make) (cd ArgEnvUnix; make ArgEnvC.o) -(cd main/Unix; make ipc.o; make set_return_code_c.o) +(cd main/Unix; make all); $CLM -h 20M -nt -nw -ci -ns -nr -I ArgEnvUnix -I backend -I compiler -I main -I main/Unix -I WrapDebug \ -l ArgEnvUnix/ArgEnvC.o \ -l main/Unix/cDirectory.o \ |