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