mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 08:25:32 +02:00
Cleanup Makefile clean targets.
This patch removes bin32 from the clean targets since it is no longer user/created. It adds autom4te.cache to the distclean target in the main directory. It removes the files in driver that are not created (lexor.c parse.c, etc.). The *.cc.output files are no longer created so removing them is not needed.
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@ all: dep iverilog@EXEEXT@
|
||||
check: all
|
||||
|
||||
clean:
|
||||
rm -f *.o lexor.c parse.c parse.h parse.output
|
||||
rm -f cflexor.c cfparse.c cfparse.h cfparse.output
|
||||
rm -f *.o cflexor.c cfparse.c cfparse.h cfparse.output
|
||||
rm -f iverilog@EXEEXT@ iverilog.pdf iverilog.ps
|
||||
rm -rf dep
|
||||
|
||||
|
||||
Reference in New Issue
Block a user