mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
cba1aca466
Remove files generated by configure when running autogen.sh. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
#!/bin/sh -xe
|
|
#
|
|
# Simple script to run the appropriate autotools from a repository.
|
|
#
|
|
autoheader
|
|
autoconf
|
|
rm -rf autom4te.cache config.log config.status
|
|
rm -f Makefile rdoff/Makefile doc/Makefile config.h
|