Merge pull request #2 from ngiddings/pre-alpha

Fixed configure.ac, referred to deleted files
This commit is contained in:
Nathan Giddings
2020-08-01 18:11:24 -05:00
committed by GitHub

View File

@@ -28,5 +28,5 @@ AC_TYPE_UINT8_T
AM_CONDITIONAL([x86], [test $host = i686-elf])
AC_CONFIG_FILES([Makefile src/Makefile src/mmgr/Makefile src/interrupts/Makefile])
AC_CONFIG_FILES([Makefile src/Makefile])
AC_OUTPUT