From 460b7d587b79e00b5daa7b57bfea2be1fe984aab Mon Sep 17 00:00:00 2001 From: laforge Date: Tue, 8 Nov 2005 00:14:01 +0000 Subject: - move command definitions to a dedicated header file - add lots of undocumented commands - clean up makefile git-svn-id: https://svn.gnumonks.org/trunk/librfid@1655 e0336214-984f-0b4b-a45f-81c69e1f0ede --- pegoda/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pegoda/Makefile') diff --git a/pegoda/Makefile b/pegoda/Makefile index bd4a205..7310022 100644 --- a/pegoda/Makefile +++ b/pegoda/Makefile @@ -1,4 +1,8 @@ +all: pegoda pegoda: pegoda.o $(CC) -lusb -o $@ $^ + +clean: + rm -f pegoda *.o -- cgit v1.2.3