diff options
Diffstat (limited to 'iup/srcpplot/Makefile')
-rwxr-xr-x | iup/srcpplot/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/iup/srcpplot/Makefile b/iup/srcpplot/Makefile new file mode 100755 index 0000000..e10ef19 --- /dev/null +++ b/iup/srcpplot/Makefile @@ -0,0 +1,6 @@ + +.PHONY: do_all iup_pplot +do_all: iup_pplot + +iup_pplot: + @$(MAKE) --no-print-directory -f ../tecmake_compact.mak |