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

configure: Add xxd; add bc.cc to .gitignore; remove empty gitignore.

This commit is contained in:
Jason Volk 2022-03-26 19:00:22 -07:00
parent 90d4d8248c
commit 77046c853e
3 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ Makefile
*.lo
*.la
*.bc
*.bc.cc
*.ll
*.spv
*.orig

View file

@ -22,6 +22,7 @@ AC_PATH_PROG(CP, cp)
AC_PATH_PROG(MV, mv)
AC_PATH_PROG(LN, ln)
AC_PATH_PROG(LD, ld.gold)
AC_PATH_PROG(XXD, xxd)
AC_PATH_PROG(TOUCH, touch)
AC_SUBST(CFLAGS, "-pipe $CFLAGS")

0
ircd/.gitignore vendored
View file