From d502fce7d4db492690e39c72fc029aa05a65057d Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Sat, 19 May 2012 16:38:56 +0200 Subject: More improvements in FWIK - more strings, Dir class, ... --- src/user/lib/fwik/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/lib/fwik/Makefile') diff --git a/src/user/lib/fwik/Makefile b/src/user/lib/fwik/Makefile index cf8896a..c99b288 100644 --- a/src/user/lib/fwik/Makefile +++ b/src/user/lib/fwik/Makefile @@ -1,5 +1,5 @@ Out = _fwik.o -Obj = String.o io/Node.o io/Term.o io/IOStream.o main.o +Obj = String.o io/Node.o io/Term.o io/Dir.o io/IOStream.o main.o ExtObj = $(SrcPath)/user/lib/libc/_libc.o -- cgit v1.2.3