Whitespace cleanup of Example Makefiles
This commit is contained in:
parent
5934b08220
commit
3aacde4f5f
79 changed files with 112 additions and 115 deletions
|
|
@ -1,12 +1,12 @@
|
|||
TOP = ../..
|
||||
SWIG = $(TOP)/../preinst-swig
|
||||
SWIGOPT = -c++
|
||||
SRCS =
|
||||
SRCS =
|
||||
TARGET = example
|
||||
INTERFACE = foolib.i
|
||||
MLFILE = foolib.ml
|
||||
PROGFILE = example_prog.ml
|
||||
OBJS =
|
||||
OBJS =
|
||||
|
||||
check: build
|
||||
$(MAKE) -f $(TOP)/Makefile TARGET='$(TARGET)' ocaml_run
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue