Skip to content

Commit ae7cee0

Browse files
committed
Remove auto-generated haskell-site-file.el from repository
1 parent 2c4bef4 commit ae7cee0

File tree

3 files changed

+4
-525
lines changed

3 files changed

+4
-525
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.elc
2+
*~
3+
haskell-site-file.el

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ AUTOLOADS = haskell-site-file.el
3838

3939
.PHONY: all compile info dist clean
4040

41-
all: $(AUTOLOADS)
41+
all: compile $(AUTOLOADS)
4242

4343
compile: $(ELCFILES)
4444

4545
clean:
46-
$(RM) $(ELCFILES)
46+
$(RM) $(ELCFILES) $(AUTOLOADS)
4747

4848
info:
4949
# No Texinfo file, sorry.

0 commit comments

Comments
 (0)