Differences From Artifact [52083faf8a]:
- File Makefile.macos — part of check-in [b7abbe4090] at 2024-11-09 12:34:10 on branch trunk — Add a makefile for windows. Improvements, including better comments, in existing makefiles. (user: drh size: 891)
To Artifact [9da26b4d32]:
- File Makefile.macos — part of check-in [44975d66a9] at 2024-11-09 12:41:40 on branch trunk — Fix to the "clean" target on the MacOS makefile (user: drh size: 894)
︙ | ︙ | |||
25 26 27 28 29 30 31 | wapptclsh: wapptclsh.c $(CC) -I. -I$(TCLINC) -o $@ wapptclsh.c $(TCLLIB) wapptclsh.c: wapptclsh.c.in wapp.tcl wapptclsh.tcl tclsqlite3.c mkccode.tcl $(TCLSH) mkccode.tcl wapptclsh.c.in >$@ clean: | | | 25 26 27 28 29 30 31 32 | wapptclsh: wapptclsh.c $(CC) -I. -I$(TCLINC) -o $@ wapptclsh.c $(TCLLIB) wapptclsh.c: wapptclsh.c.in wapp.tcl wapptclsh.tcl tclsqlite3.c mkccode.tcl $(TCLSH) mkccode.tcl wapptclsh.c.in >$@ clean: rm -f wapptclsh wapptclsh.c |