diff options
author | Ian C <ianc@noddybox.co.uk> | 2005-05-12 23:21:03 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2005-05-12 23:21:03 +0000 |
commit | 46e4cd640c247ace1ab16c63b157c0608161806e (patch) | |
tree | ab6a9f26ebaf96cc5e9cc5fc758b4807e9f78849 /Makefile | |
parent | 7fbd8d53b1932e40676a120cfd84868f3758465b (diff) |
Fixed problem with disabling shared memory XImage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,7 +18,7 @@ # # ------------------------------------------------------------------------- # -# $Id: Makefile,v 1.1.1.1 2005-05-12 00:59:39 ianc Exp $ +# $Id: Makefile,v 1.2 2005-05-12 23:21:03 ianc Exp $ # @@ -58,4 +58,4 @@ $(EDIT).o: Xbit.h $(EDIT).c $(CC) $(OPTS) $(DIRS) -c $(EDIT).c clean: - -rm -f Xbit.o $(OBJ).o $(OBJ) $(EDIT).o $(EDIT) + -rm -f Xbit.o $(OBJ).o $(OBJ) $(EDIT).o $(EDIT) hisc.ll |