start working on winixcli
winixcli can now read a PGModeler file and is able to generate a template through ezc winixcli parameters: --input-mode pgmodeler (only one parameter at the moment) --input-file file (pgmodeler file) --templates-dir dir_path (a path to templates directory) --template file (template file)
This commit is contained in:
25
winixcli/Makefile
Normal file
25
winixcli/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
|
||||
export CXX
|
||||
export CXXFLAGS
|
||||
export LDFLAGS
|
||||
|
||||
|
||||
all: src
|
||||
|
||||
|
||||
src: FORCE
|
||||
$(MAKE) -C src
|
||||
|
||||
|
||||
clean: FORCE
|
||||
$(MAKE) -C src clean
|
||||
|
||||
|
||||
depend: FORCE
|
||||
$(MAKE) -C src depend
|
||||
|
||||
|
||||
|
||||
FORCE:
|
||||
|
||||
Reference in New Issue
Block a user