diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:54:47 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-24 01:54:47 +0100 |
| commit | 369c62119b9dd60db77fc28e8857ed9c4d498889 (patch) | |
| tree | ea06cc9b95516863cc674bf700e27db601e0529b /userspace/sys/Makefile | |
| parent | 0d36b950f6a560a0312f2dcd326d3bb5362af370 (diff) | |
problems with ENV
Diffstat (limited to 'userspace/sys/Makefile')
| -rw-r--r-- | userspace/sys/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userspace/sys/Makefile b/userspace/sys/Makefile index 9917d90..e341312 100644 --- a/userspace/sys/Makefile +++ b/userspace/sys/Makefile @@ -4,6 +4,7 @@ CFLAGS+=-w OBJECTS=sys.o syscalls.o crt0.o +full: clean library_install crt_install all: $(OBJECTS) library_install: all |
