Skip to content

Commit 3e01154

Browse files
committed
Merge branch 'master' of https://github.com/AbsInt/CompCert
2 parents d3959ce + 70b3b1c commit 3e01154

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile.extr

-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ clean:
158158
rm -f $(GENERATED)
159159
for d in $(ALLDIRS); do rm -f $$d/*.cm[iox] $$d/*.o; done
160160

161-
cleansource:
162-
rm -f $(EXECUTABLES)
163-
for d in $(ALLDIRS); do rm -f $$d/*.cm[iox] $$d/*.o; done
164-
165161
# Generation of .depend.extr
166162

167163
depend: $(GENERATED)

0 commit comments

Comments
 (0)