Skip to content

Commit

Permalink
Makefile: use elpa instead of PKGDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
conao3 authored and bbatsov committed Nov 5, 2019
1 parent cbdd0f0 commit a9a4ce4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ export EMACS ?= emacs
EMACSFLAGS =
TESTFLAGS =

PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)

SRCS = $(wildcard *.el)
OBJS = $(SRCS:.el=.elc)

Expand All @@ -29,5 +27,5 @@ compile: elpa
clean:
rm -f $(OBJS)

test: $(PGKDIR)
test: elpa
$(CASK) exec buttercup -L .

0 comments on commit a9a4ce4

Please sign in to comment.