mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-05-06 18:10:40 +00:00
Improve performance a bit with GNU Make.
* Makefile (.PHONY): New rule, listing non-file targets.
This commit is contained in:
7
Makefile
7
Makefile
@@ -585,3 +585,10 @@ zdump.o: version.h
|
||||
zic.o: private.h tzfile.h version.h
|
||||
|
||||
.KEEP_STATE:
|
||||
|
||||
.PHONY: ALL INSTALL all
|
||||
.PHONY: check check_character_set check_public check_tables
|
||||
.PHONY: check_time_t_alternatives check_web clean clean_misc
|
||||
.PHONY: install maintainer-clean names posix_only posix_right
|
||||
.PHONY: public right_only right_posix signatures tarballs typecheck
|
||||
.PHONY: zonenames zones
|
||||
|
||||
Reference in New Issue
Block a user