0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-17 10:23:46 +02:00

serno.h: remove it with make clean.

This commit is contained in:
Elizabeth Myers 2016-03-25 11:47:02 -05:00
parent d6c17e5de2
commit 42c5dd7e01
3 changed files with 5 additions and 2 deletions

View file

@ -45,3 +45,6 @@ install-exec-hook:
rm -f ${DESTDIR}${moduledir}/*.dll.a
rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a
rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a
clean-local:
rm -f include/serno.h

View file

@ -16,3 +16,5 @@ include/serno.h:
echo '#define DATECODE 0UL' >>include/serno.h; \
fi
clean-local:
rm -f include/serno.h

View file

@ -1,2 +0,0 @@
#define SERNO "20160307-81204be"
#define DATECODE 1457395822UL