Fix Imakefile to make fclang.h writable
This commit is contained in:
parent
eb2a2f838f
commit
4534f30d21
|
@ -46,7 +46,7 @@ clean::
|
|||
$(RM) $(TARG)
|
||||
|
||||
$(TARG): fc-lang $(ORTH) $(TMPL)
|
||||
chmod +w $TARG
|
||||
chmod +w $(TARG)
|
||||
./fc-lang $(ORTH) < $(TMPL) > $(TARG)
|
||||
|
||||
ComplexProgramTarget(fc-lang)
|
||||
|
|
Loading…
Reference in New Issue