Skip to content

Commit e776523

Browse files
committed
add aiger.a to CLEANFILES
1 parent 2a457e3 commit e776523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aiger/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SRC = aiger_language.cpp
33
include ../config.inc
44
include ../common
55

6-
CLEANFILES =
6+
CLEANFILES = aiger$(LIBEXT)
77

88
all: aiger$(LIBEXT)
99

0 commit comments

Comments
 (0)