summaryrefslogtreecommitdiff
blob: 946a12865f6436729a6face695a2822b9c4cb25c (plain)
1
2
3
4
5
6
7
8
9
10
11
CPPFLAGS += -I.
LDLIBS = -lelf -lpopt -lbeecrypt

all: debugedit

debugedit: debugedit.o hashtab.o

clean:
	rm -f *.o debugedit

.PHONY: clean