Skip to content
Snippets Groups Projects
Commit a3f8afb5 authored by David Johnson's avatar David Johnson
Browse files

* too tired, little changes

parent 5200f42f
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Desc: Makefile for building and installing the examples # Desc: Makefile for building and installing the examples
# Author: Andrew Howard # Author: Andrew Howard
# Date: Apr 10 2002 # Date: Apr 10 2002
# CVS: $Id: Makefile,v 1.2 2004-12-15 05:03:46 johnsond Exp $ # CVS: $Id: Makefile,v 1.3 2004-12-15 07:27:07 johnsond Exp $
########################################################################### ###########################################################################
include ../Makefile.opt include ../Makefile.opt
...@@ -22,4 +22,4 @@ install: ...@@ -22,4 +22,4 @@ install:
$(MKDIR) -p $(INSTALL_EG) $(MKDIR) -p $(INSTALL_EG)
$(MKDIR) -p $(INSTALL_EG)/simple $(MKDIR) -p $(INSTALL_EG)/simple
# $(INSTALL) -m 644 simple/*.c simple/Makefile $(INSTALL_EG)/simple/ # $(INSTALL) -m 644 simple/*.c simple/Makefile $(INSTALL_EG)/simple/
$(INSTALL) -m 644 simple/simple $(INSTALL_EG)/simple/ $(INSTALL) -m 755 simple/simple $(INSTALL_EG)/simple/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment