Skip to content

Commit 9282d18

Browse files
committed
Fixed typo
1 parent 581eaf3 commit 9282d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ all: subdirs
1919

2020
clean:
2121
rm -f *.pyc *.pyo *~ *.bak
22-
rm -f $(BUILDDIR)/SOURCES/* $(BUILDDIR)/SRPMS/* $(BUILDDIR)/RPMS}/*
22+
rm -f $(BUILDDIR)/SOURCES/* $(BUILDDIR)/SRPMS/* $(BUILDDIR)/RPMS/*
2323
mock -r $(MOCK_CONF) --clean
2424
for d in $(SUBDIRS); do make -C $$d clean ; done
2525
cd test; rm -f *.pyc *.pyo *~ *.bak

0 commit comments

Comments
 (0)