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