Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Commit bf297a1

Browse files
author
Rylai
committed
include/Makefile: mark serno.h as phony to force it to be regenerated every time
this is desired behavior as a "make distclean" is not always run between git pulls.
1 parent a80ed8a commit bf297a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
include ../extra.mk
22

3+
.PHONY: serno.h
4+
35
SUBDIRS = inline protocol
46

57
DISTCLEAN = hooktypes.h serno.h

0 commit comments

Comments
 (0)