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