Add targets to .PHONY to re-allow partial rebuild.
authorDavid Griffith <dave@661.org>
Fri, 16 Aug 2019 04:58:46 +0000 (21:58 -0700)
committerDavid Griffith <dave@661.org>
Fri, 16 Aug 2019 04:58:46 +0000 (21:58 -0700)
commit03e0c58b2363e5daecc29da44edf27fe4bc4beaa
tree562dcef383a89ee105dd0dc4db5b65e0a9956f56
parent40b781011f512e9de477754093c506086d6a29db
Add targets to .PHONY to re-allow partial rebuild.

Somehow when doing 2559eb24b6314939dde07d7bed5927cb37929dda, I neglected
to put $(COMMON_DEFINES) $(CURSES_DEFINES) $(COMMON_STRINGS) $(HASH)
into .PHONY.  This had the effect of requiring me to do "make clean ;
make" after altering one file.  Otherwise the build would simply report
that blorblib.a is up to date and exit.
Makefile