ed1014cedb
FPL is a complete script programming language _very_ similar to C. If you are a software developer and plans to add any kind of macro/script control, consider the FPL alternative! FPL library lets the software programmer define functions and variables that FPL should accept. The library will call a function in the software whenever any of these functions are used or variables are read in an FPL program. PR: ports/46756 Submitted by: Dominic Marks <dom@cus.org.uk>
11 lines
308 B
Text
11 lines
308 B
Text
--- Makefile Thu May 14 10:00:39 1998
|
|
+++ Makefile.new Sat Jan 4 15:53:08 2003
|
|
@@ -13,7 +13,7 @@
|
|
########################################################################
|
|
|
|
all:
|
|
- @echo "no default action"
|
|
+ @(cd src; make)
|
|
|
|
tgz:
|
|
@(dir=`pwd`;name=`basename $$dir`;echo Creates $$name.tar.gz; cd .. ; \
|