From 1dd7becb2fd6639963ce208e99f5209d26810b1f Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 19 Apr 2011 17:27:08 +0000 Subject: [PATCH] updated makefile git-svn-id: https://profuse.googlecode.com/svn/branches/v2@398 aa027e90-d47c-11dd-86d7-074df07e0730 --- Makefile | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 3bb6ef1..a5b7496 100644 --- a/Makefile +++ b/Makefile @@ -92,11 +92,20 @@ EXCEPTION_OBJECTS += POSIX/Exception.o all: $(TARGETS) -#apfm: o/apfm -#fuse_pascal: o/fuse_pascal -#newfs_pascal: o/newfs_pascal -#profuse: o/profuse -#xattr: o/xattr +apfm: o/apfm + @true + +fuse_pascal: o/fuse_pascal + @true + +newfs_pascal: o/newfs_pascal + @true + +profuse: o/profuse + @true + +xattr: o/xattr + @true